]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
apt changed to apt-get
authorTomek Mrugalski <tomasz@isc.org>
Tue, 26 Feb 2019 19:11:03 +0000 (20:11 +0100)
committerTomek Mrugalski <tomek@isc.org>
Wed, 6 Mar 2019 14:15:28 +0000 (09:15 -0500)
.gitlab-ci.yml

index e511098c4fde3b65512249b097c905f09ceb2840..069eec1e09518eb3333045c46f8073c3e9f50d9f 100644 (file)
@@ -17,7 +17,7 @@ ci-setup:
   image: "$CI_REGISTRY_IMAGE:debian-stretch-amd64"
   script:
     - cat /etc/debian_version
-    - sudo apt -y install shellcheck
+    - sudo apt-get -y install shellcheck
 
 shellcheck:
   stage: test