You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by rh...@apache.org on 2019/05/06 15:54:16 UTC

[geode] 02/02: Removing unused file per PR comments.

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

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

commit 4a84bcf4d3924707dab91d72ebe917ddb87193d3
Author: Helena Bales <hb...@pivotal.io>
AuthorDate: Mon May 6 08:51:29 2019 -0700

    Removing unused file per PR comments.
    
    Co-authored-by: Robert Houghton <rh...@pivotal.io>
    Co-authored-by: Helena Bales <hb...@pivotal.io>
---
 ci/scripts/create_instance.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ci/scripts/create_instance.sh b/ci/scripts/create_instance.sh
index 02cc769..db9476e 100755
--- a/ci/scripts/create_instance.sh
+++ b/ci/scripts/create_instance.sh
@@ -77,7 +77,6 @@ GCP_SUBNETWORK=${GCP_SUBNETWORK##*/}
 cp old/attempts new/
 echo attempt >> new/attempts
 attempts=$(cat new/attempts | wc -l)
-echo $attempts > /tmp/retry_number
 
 if [ $attempts -eq 1 ]; then
   ZONE=${MY_ZONE}