From 72878b6ba74f1c58cba3d66fa11370c7528e7b55 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 25 Apr 2021 08:12:10 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5cf2820b..6647d98ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -173,7 +173,7 @@ snap:edge: variables: SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} only: [main] - before_script: [sudo apt install git] + before_script: [sudo apt install git -y] script: [./scripts/publish-snap-edge.sh] needs: ["build_linux"] dependencies: ["build_linux"] @@ -188,7 +188,7 @@ snap:publish: variables: SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} only: [tags] - before_script: [sudo apt install git] + before_script: [sudo apt install git -y] script: [./scripts/publish-snap-stable.sh] needs: ["build_linux"] artifacts: