summaryrefslogtreecommitdiffstats
path: root/ci/docker/yardstick-ci/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/docker/yardstick-ci/run_tests.sh')
-rwxr-xr-xci/docker/yardstick-ci/run_tests.sh2
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