summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-07-09 07:45:45 -0300
committerdrebs <drebs@leap.se>2017-07-09 07:45:45 -0300
commitfb9eaefda9b496dfa6b37cdf1c6c1550516e2d98 (patch)
treea8133beba3ea3797a18e867ec984b1eaa43e9c43 /.gitlab-ci.yml
parent977fe2ce81e60a85f054d54de040c43c3824cac4 (diff)
[benchmarks] checkout benchmark-all-commits script before using it
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8347d64b..52463b25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,6 +67,7 @@ benchmark:
services:
- couchdb
script:
+ '[ -n "${BENCHMARK_ALL_COMMITS}" ] && git checkout master scripts/benchmark/benchmark-all-commits.sh'
- '[ -n "${BENCHMARK_ALL_COMMITS}" ] && ./scripts/benchmark/setup-all-commits-env.sh'
- cd testing
- curl -s couchdb:5984