From 4f9cf298f75ddc561e99af6286ec62ea648cfa6b Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Wed, 10 Mar 2021 18:30:52 +0100 Subject: [PATCH] trying to fix gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7021a3d..b019aa5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ packaging: image: ubuntu:rolling script: - apt update - - DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo gettext php php-simplexml nodejs npm + - DEBIAN_FRONTEND="noninteractive" apt install -y wget sudo gettext php php-simplexml nodejs npm git - wget https://github.com/ChristophWurst/krankerl/releases/download/v0.13.0/krankerl_0.13.0_amd64.deb - sudo dpkg -i krankerl_0.13.0_amd64.deb - krankerl package