This commit is contained in:
Christian Pauly 2021-03-06 10:18:34 +01:00
commit 78a9978b40
2 changed files with 4 additions and 2 deletions

View file

@ -170,7 +170,8 @@ build_linux:
snap:edge:
stage: release
before_script: [sudo apt update && sudo apt install snapcraft -y]
image: "snapcore/snapcraft"
before_script: []
variables:
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
only:
@ -185,7 +186,7 @@ snap:edge:
snap:publish:
stage: release
before_script: [sudo apt update && sudo apt install snapcraft -y]
image: "snapcore/snapcraft"
variables:
SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE}
only: