fix: Snap

This commit is contained in:
Christian Pauly 2020-10-04 19:06:41 +02:00
commit 46cc089c90
2 changed files with 16 additions and 17 deletions

View file

@ -181,21 +181,6 @@ pages:
- public
only:
- main
snap:amd64:
stage: coverage
image: ubuntu:20.04
except:
- coverage
script:
- apt-get update -qy
- apt-get install -y snapcraft
- snapcraft --debug
artifacts:
paths:
- './*.snap'
when: on_success
expire_in: 1 week
snap:publish-candidate:
stage: publish