snap: drop snapcraft push release

This commit is contained in:
Carlos Hernandez 2020-09-06 14:33:06 +00:00
parent 8efebda2c6
commit 1da67c1869
1 changed files with 0 additions and 8 deletions

View File

@ -11,11 +11,3 @@ mkdir -p .snapcraft
openssl aes-256-cbc -K "$encrypted_ece1c4844832_key" -iv "$encrypted_ece1c4844832_iv" \
-in ci/snap/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
SNAP=$(find ./ -name "*.snap")
# TODO(justinmk): This always does `edge` until we enable tagged builds.
if [[ "$SNAP" =~ "dirty" || "$SNAP" =~ "nightly" ]]; then
snapcraft push "$SNAP" --release edge
else
snapcraft push "$SNAP" --release candidate
fi