diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2020-02-21 09:40:36 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2020-02-21 09:40:36 +0100 |
commit | 7ff18f810d7bfd057a2f1d10d61cd0cae86b8d2a (patch) | |
tree | 0f19631ca20a6bcfefacbcfd0905a895ef8d0b31 /.gitlab-ci.yml | |
parent | [#1071] refactored (diff) | |
download | kea-7ff18f810d7bfd057a2f1d10d61cd0cae86b8d2a.tar.xz kea-7ff18f810d7bfd057a2f1d10d61cd0cae86b8d2a.zip |
[#1071] Fix for danger running on wrong runner
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c9cb5ad12..e9c8fbade7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,9 @@ shellcheck: danger: stage: test image: registry.gitlab.isc.org/isc-projects/stork/ci-danger + tags: + - linux + - amd64 before_script: - export CI_MERGE_REQUEST_ID=$(git ls-remote -q origin merge-requests\*\head | grep $CI_COMMIT_SHA | sed 's/.*refs\/merge-requests\/\([0-9]*\)\/head/\1/g') - export CI_PROJECT_PATH=$CI_PROJECT_ID #some version of gitlab has problems with searching by project path |