mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
parent
5298169068
commit
5c9063cf2d
@ -158,7 +158,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
- CLANG_SANITIZER=TSAN
|
- CLANG_SANITIZER=TSAN
|
||||||
- *common-job-env
|
- *common-job-env
|
||||||
- if: false
|
- if: type != pull_request
|
||||||
name: snap
|
name: snap
|
||||||
os: linux
|
os: linux
|
||||||
env:
|
env:
|
||||||
|
@ -7,7 +7,8 @@ set -o pipefail
|
|||||||
# [[ "$TRAVIS_TAG" != "$TRAVIS_BRANCH" ]] && exit 0
|
# [[ "$TRAVIS_TAG" != "$TRAVIS_BRANCH" ]] && exit 0
|
||||||
|
|
||||||
mkdir -p .snapcraft
|
mkdir -p .snapcraft
|
||||||
openssl aes-256-cbc -K $encrypted_ece1c4844832_key -iv $encrypted_ece1c4844832_iv
|
# shellcheck disable=SC2154
|
||||||
|
openssl aes-256-cbc -K "$encrypted_ece1c4844832_key" -iv "$encrypted_ece1c4844832_iv" \
|
||||||
-in ci/snap/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
|
-in ci/snap/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
|
||||||
|
|
||||||
SNAP=$(find ./ -name "*.snap")
|
SNAP=$(find ./ -name "*.snap")
|
||||||
@ -18,4 +19,3 @@ if [[ "$SNAP" =~ "dirty" || "$SNAP" =~ "nightly" ]]; then
|
|||||||
else
|
else
|
||||||
snapcraft push "$SNAP" --release candidate
|
snapcraft push "$SNAP" --release candidate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user