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

[geode-benchmarks] branch develop updated: Minor changes to help message (#83)

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-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new 560af7c  Minor changes to help message (#83)
560af7c is described below

commit 560af7c518343f0b0e064ac31ae40fbb17ea9b10
Author: mhansonp <mh...@pivotal.io>
AuthorDate: Wed May 15 10:47:00 2019 -0700

    Minor changes to help message (#83)
---
 infrastructure/scripts/aws/run_against_baseline.sh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/infrastructure/scripts/aws/run_against_baseline.sh b/infrastructure/scripts/aws/run_against_baseline.sh
index fa2f4fd..b58a17e 100755
--- a/infrastructure/scripts/aws/run_against_baseline.sh
+++ b/infrastructure/scripts/aws/run_against_baseline.sh
@@ -24,12 +24,14 @@ BENCHMARK_REPO=${DEFAULT_BENCHMARK_REPO}
 DEFAULT_BENCHMARK_BRANCH='develop'
 BENCHMARK_BRANCH=${DEFAULT_BENCHMARK_BRANCH}
 
-DEFAULT_REPO='https://github.com/apache/geode'
-REPO=${DEFAULT_REPO}
+DEFAULT_REPO='apache/geode'
+DEFAULT_REPO_URI="https://github.com/${DEFAULT_REPO}"
+REPO=${DEFAULT_REPO_URI}
 DEFAULT_BRANCH='develop'
 BRANCH=${DEFAULT_BRANCH}
 
-DEFAULT_BASELINE_REPO='https://github.com/apache/geode'
+DEFAULT_BASELINE_REPO='apache/geode'
+DEFAULT_BASELINE_REPO_URL="https://github.com/${DEFAULT_BASELINE_REPO}"
 BASELINE_REPO=${DEFAULT_BASELINE_REPO}
 DEFAULT_BASELINE_VERSION=1.8.0
 BASELINE_VERSION=${DEFAULT_BASELINE_VERSION}