From: Tomek Mrugalski Date: Tue, 26 Feb 2019 19:11:03 +0000 (+0100) Subject: apt changed to apt-get X-Git-Tag: 465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook_base2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57962456b864c2005e34de42f255e5cf59d3d0cf;p=thirdparty%2Fkea.git apt changed to apt-get --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e511098c4f..069eec1e09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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