deploy.sh: fix unbound variables
This commit is contained in:
parent
8313f8b72c
commit
e1caf69862
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
set -x -eu -o pipefail # Exit with nonzero exit code if anything fails
|
||||
|
||||
#if [[ "$TRAVIS_EVENT_TYPE" == "cron" ]] || [[ "$TRAVIS_EVENT_TYPE" == "api" ]]; then
|
||||
if [[ -n "$encrypted_025d6e877aa4_key=" ]]; then
|
||||
if [[ "$TRAVIS_EVENT_TYPE" == "cron" ]] || [[ "$TRAVIS_EVENT_TYPE" == "api" ]]; then
|
||||
keys_dir=$(mktemp -d)
|
||||
openssl aes-256-cbc \
|
||||
-K $encrypted_025d6e877aa4_key \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue