diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/docker/yardstick-ci/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/yardstick-ci/run_tests.sh b/ci/docker/yardstick-ci/run_tests.sh index 531feacc2..3b7cea3c5 100755 --- a/ci/docker/yardstick-ci/run_tests.sh +++ b/ci/docker/yardstick-ci/run_tests.sh @@ -42,7 +42,7 @@ git_checkout $RELENG_BRANCH $RELENG_REPO echo echo "INFO: Updating yardstick -> $YARDSTICK_BRANCH" if [ ! -d $YARDSTICK_REPO_DIR ]; then - git clone YARDSTICK_REPO $YARDSTICK_REPO_DIR + git clone $YARDSTICK_REPO $YARDSTICK_REPO_DIR fi cd $YARDSTICK_REPO_DIR git checkout master && git pull |