Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3658b5f
)
bug fix : git clone yardstick repo failed
37/8837/1
author
kubi
<jean.gaoliang@huawei.com>
Mon, 1 Feb 2016 06:26:57 +0000
(14:26 +0800)
committer
Jörgen Karlsson
<jorgen.w.karlsson@ericsson.com>
Mon, 1 Feb 2016 09:09:20 +0000
(09:09 +0000)
line45: git clone YARDSTICK_REPO $YARDSTICK_REPO_DIR fail
Change-Id: I7f2973b320a30a02264b3f65fb3e1397218a5d9a
Signed-off-by: kubi <jean.gaoliang@huawei.com>
(cherry picked from commit
115bd363930d3c3c254369b1f5307abaf95cec28
)
ci/docker/yardstick-ci/run_tests.sh
patch
|
blob
|
history
diff --git
a/ci/docker/yardstick-ci/run_tests.sh
b/ci/docker/yardstick-ci/run_tests.sh
index
531feac
..
3b7cea3
100755
(executable)
--- 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