aboutsummaryrefslogtreecommitdiff
path: root/lava-dispatcher.yaml
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2017-05-12 09:06:54 +0100
committerNeil Williams <neil.williams@linaro.org>2017-05-12 09:06:54 +0100
commit0a86f292f1b39c95942cd947a817928e76d3abcd (patch)
treef8866905dac5484a1bf3dc94e57d06eda66ba979 /lava-dispatcher.yaml
parent49269e5ca105fd398ced56b3eec0c36976324abb (diff)
Show the git log after applying the reviews
Change-Id: I674ade9673cde7f08e3c5b90e30fd004a358e965
Diffstat (limited to 'lava-dispatcher.yaml')
-rw-r--r--lava-dispatcher.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava-dispatcher.yaml b/lava-dispatcher.yaml
index e0aff4c1f3..1379923f1d 100644
--- a/lava-dispatcher.yaml
+++ b/lava-dispatcher.yaml
@@ -47,9 +47,9 @@
git clone -b ${GERRIT_BRANCH} --depth 1 https://git.linaro.org/${GERRIT_PROJECT}
cd *
- git log -n3
git fetch https://review.linaro.org/${GERRIT_PROJECT} ${GERRIT_REFSPEC}
git checkout -q FETCH_HEAD
+ git log -n3
set -e
./ci-run
echo