CI: Remove snap job again

This commit is contained in:
Krille Fear 2021-09-20 09:46:21 +02:00
parent 5021d70baf
commit 457c1af4f9
1 changed files with 0 additions and 12 deletions

View File

@ -179,18 +179,6 @@ build_linux_arm64:
paths:
- build/linux/arm64/release/bundle/
deploy_linux_snap_edge:
image: cibuilds/snapcraft:core18
stage: deploy
script: [./scripts/publish-snap-edge.sh]
only:
- main
needs: [build_linux_x86]
artifacts:
when: on_success
paths:
- ./*.snap
update-dependencies:
stage: coverage
needs: []