diff options
author | Carlos Hernandez <carlos@techbyte.ca> | 2020-09-06 14:33:06 +0000 |
---|---|---|
committer | Carlos Hernandez <carlos@techbyte.ca> | 2020-09-06 14:33:06 +0000 |
commit | 1da67c186976ff6c723f862ad711e029660f3fc8 (patch) | |
tree | ec6dac5e85d6de3add3f7c75967f4d6ed55f2874 | |
parent | 8efebda2c6608ad7e55bb31f6aa5e5bcfbad3337 (diff) | |
download | rneovim-1da67c186976ff6c723f862ad711e029660f3fc8.tar.gz rneovim-1da67c186976ff6c723f862ad711e029660f3fc8.tar.bz2 rneovim-1da67c186976ff6c723f862ad711e029660f3fc8.zip |
snap: drop snapcraft push release
-rwxr-xr-x | ci/snap/deploy.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/snap/deploy.sh b/ci/snap/deploy.sh index 5fbd52d775..d38d56c39f 100755 --- a/ci/snap/deploy.sh +++ b/ci/snap/deploy.sh @@ -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 |