From ddbb64463afef6a69316786cd68e1c0a0a4918a1 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 d5cf2820..6647d98e 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: