mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 04:57:52 +00:00
[#892] Fixed shellcheck in gitlab-ci
This commit is contained in:
parent
028bae3068
commit
0dfb50997b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user