diff options
author | Andrei Pavel <andrei@isc.org> | 2022-09-05 22:01:21 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2022-09-26 15:27:31 +0200 |
commit | bf38fc4263f77820adf37e7f7d36e312950ace36 (patch) | |
tree | ce781c5a7f458d9d06eb76f5a71fe17dff7ac663 /.gitlab-ci.yml | |
parent | [#2576] Update changelog (diff) | |
download | kea-bf38fc4263f77820adf37e7f7d36e312950ace36.tar.xz kea-bf38fc4263f77820adf37e7f7d36e312950ace36.zip |
[#2559] Gitlab CI: leave danger step to the default Kea CI image
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77f6e26e1b..ccf25abb41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,16 +114,12 @@ shellcheck: danger: stage: test - image: registry.gitlab.isc.org/isc-projects/stork/ci-danger 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 - export DANGER_GITLAB_HOST=gitlab.isc.org - export DANGER_GITLAB_API_BASE_URL=https://gitlab.isc.org/api/v4 script: - - sysctl -w net.ipv6.conf.all.disable_ipv6=1 - - sysctl -w net.ipv6.conf.default.disable_ipv6=1 - - gem install danger-commit_lint - danger --fail-on-errors=true --new-comment dhcpdb_create-upgrade-consistency: |