This is an automated email from the ASF dual-hosted git repository.

smgoller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 649850e  Fix typo. (#2724)
649850e is described below

commit 649850e3db7bd8672f0d06e71eca7438919d54dd
Author: Sean Goller <[email protected]>
AuthorDate: Thu Oct 25 14:20:52 2018 -0700

    Fix typo. (#2724)
    
    Co-authored-by: Sean Goller <[email protected]>
    Co-authored-by: Dick Cavender <[email protected]>
---
 ci/scripts/create_instance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/scripts/create_instance.sh b/ci/scripts/create_instance.sh
index 169fbde..428c71a 100755
--- a/ci/scripts/create_instance.sh
+++ b/ci/scripts/create_instance.sh
@@ -64,7 +64,7 @@ fi
 
 ZONE=us-central1-f
 
INSTANCE_NAME_STRING="${WINDOWS_PREFIX}${GEODE_FORK}-${GEODE_BRANCH}-${BUILD_PIPELINE_NAME}-${BUILD_JOB_NAME}-${BUILD_NAME}"
-INSTANCE_NAME="heavy-lifter-$(uuidgen -n @dns -s -N "${INSTANCE_NAME_STRING})"
+INSTANCE_NAME="heavy-lifter-$(uuidgen -n @dns -s -N "${INSTANCE_NAME_STRING}")"
 echo "Hashed ${INSTANCE_NAME_STRING} into ${INSTANCE_NAME}"
 
 MY_NAME=$(curl -s 
"http://metadata.google.internal/computeMetadata/v1/instance/name"; -H 
"Metadata-Flavor: Google")

Reply via email to