Update .gitlab-ci.yml
This commit is contained in:
parent
81548a4764
commit
72878b6ba7
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue