diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2019-02-26 19:53:21 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2019-03-06 15:15:28 +0100 |
commit | 5d10eb71031255fce023101c21881520158120ba (patch) | |
tree | bcbfa45cae06ba93f5350ec60f9605190b4703f1 /.gitlab-ci.yml | |
parent | attempt #5 (diff) | |
download | kea-5d10eb71031255fce023101c21881520158120ba.tar.xz kea-5d10eb71031255fce023101c21881520158120ba.zip |
attempt #6
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0e246c6f1..ee15b6254c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,9 +16,8 @@ ci-setup: stage: setup image: "$CI_REGISTRY_IMAGE:debian-stretch-amd64" script: - - echo $CI_REGISTRY_IMAGE - - cat /etc/motd - - sudo apt install shellcheck + - cat /etc/debian_version + - sudo apt -y install shellcheck shellcheck: image: "$CI_REGISTRY_IMAGE:debian-stretch-amd64" |