CI: Remove snapcraft jobs
This commit is contained in:
parent
fd2e94ac12
commit
d7dbaab435
6 changed files with 0 additions and 129 deletions
|
|
@ -179,18 +179,6 @@ build_linux_arm64:
|
|||
paths:
|
||||
- build/linux/arm64/release/bundle/
|
||||
|
||||
snap_edge:
|
||||
stage: deploy
|
||||
image: cibuilds/snapcraft:core18
|
||||
script: [./scripts/publish-snap-edge.sh]
|
||||
only:
|
||||
- main
|
||||
needs: [build_linux_x86]
|
||||
artifacts:
|
||||
when: on_success
|
||||
paths:
|
||||
- ./*.snap
|
||||
|
||||
update-dependencies:
|
||||
stage: coverage
|
||||
needs: []
|
||||
|
|
@ -228,12 +216,6 @@ update-dependencies:
|
|||
- export RELEASE_VERSION=$(echo $CI_COMMIT_TAG | grep -oE "\d+\.\d+\.\d+")
|
||||
- export PACKAGE_REGISTRY_URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/fluffychat/${RELEASE_VERSION}"
|
||||
|
||||
snap_stable:
|
||||
extends: .release
|
||||
image: cibuilds/snapcraft:core18
|
||||
script: [./scripts/publish-snap-stable.sh]
|
||||
needs: [build_linux_x86]
|
||||
|
||||
upload-android:
|
||||
extends: .release
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue