Merge branch 'main' of gitlab.com:famedly/fluffychat into main
This commit is contained in:
commit
eda2e7028f
@ -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: []
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -ve
|
||||
echo $SNAPCRAFT_LOGIN_FILE | base64 --decode --ignore-garbage > snapcraft.login
|
||||
snapcraft login --with snapcraft.login
|
||||
snapcraft remote-build --launchpad-accept-public-upload --status --launchpad-user krillechritzel
|
||||
snapcraft remote-build --launchpad-accept-public-upload --status
|
||||
snapcraft upload --release=edge *.snap
|
||||
snapcraft logout
|
||||
|
Loading…
Reference in New Issue
Block a user