CI: Fix Snap build
This commit is contained in:
parent
e5d2f99855
commit
616734c017
4 changed files with 27 additions and 36 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh -ve
|
||||
snapcraft
|
||||
snapcraft remote-build
|
||||
echo $SNAPCRAFT_LOGIN_FILE | base64 --decode --ignore-garbage > snapcraft.login
|
||||
snapcraft login --with snapcraft.login
|
||||
snapcraft push --release=edge *.snap
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh -ve
|
||||
snapcraft
|
||||
snapcraft remote-build
|
||||
echo $SNAPCRAFT_LOGIN_FILE | base64 --decode --ignore-garbage > snapcraft.login
|
||||
snapcraft login --with snapcraft.login
|
||||
snapcraft push --release=stable *.snap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue