summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-02-11 17:03:58 +0300
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-02-11 17:03:58 +0300
commitb8d32cdee5ac1f71f84c5abf86708ad5cca8fbd3 (patch)
treebac1bba821fca6aef907e6f39deb7916935b79b3 /round-robin-bisect.sh
parentefcea26a1132e8a56553ddaaca0db44310f6383f (diff)
round-robin-bisect.sh: Git git repo path for "git reset"
Change-Id: Ic25fd6ee59d4b983405780670409f1e2d7dacb0e
Diffstat (limited to 'round-robin-bisect.sh')
-rwxr-xr-xround-robin-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 97cf220e..ff027257 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -159,7 +159,7 @@ $build_script \
--verbose "$verbose" &
res=0 && wait \$! || res=\$?
-git reset --hard
+git -C $current_project reset --hard
if [ x"\$res" != x"0" ]; then
if [ -f $rel_artifacts/build-\$rev/trigger-build-$current_project ]; then