diff options
author | drebs <drebs@leap.se> | 2017-07-09 07:45:45 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2017-07-09 07:45:45 -0300 |
commit | fb9eaefda9b496dfa6b37cdf1c6c1550516e2d98 (patch) | |
tree | a8133beba3ea3797a18e867ec984b1eaa43e9c43 | |
parent | 977fe2ce81e60a85f054d54de040c43c3824cac4 (diff) |
[benchmarks] checkout benchmark-all-commits script before using it
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |