2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

[#892] Fixed shellcheck in gitlab-ci

This commit is contained in:
Tomek Mrugalski 2020-02-21 17:06:31 +01:00
parent 028bae3068
commit 0dfb50997b

View File

@ -16,6 +16,9 @@ stages:
shellcheck: shellcheck:
stage: test stage: test
image: "$CI_REGISTRY_IMAGE:debian-stretch-amd64" image: "$CI_REGISTRY_IMAGE:debian-stretch-amd64"
tags:
- linux
- amd64
before_script: before_script:
- sudo apt-get update - sudo apt-get update
- sudo apt-get -y install shellcheck - sudo apt-get -y install shellcheck