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 <[email protected]> AuthorDate: Mon May 6 08:51:29 2019 -0700 Removing unused file per PR comments. Co-authored-by: Robert Houghton <[email protected]> Co-authored-by: Helena Bales <[email protected]> --- 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}
