commit b31ded386637836e30e3fb344142f25b074d7b1d
parent 4bc6a023843024466d77d32f639acc7f65fc485d
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Mon, 20 Mar 2017 19:50:20 +0100
Fixed script.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/auto-push-gh-pages.sh b/auto-push-gh-pages.sh
@@ -7,7 +7,7 @@ elif test "$TRAVIS_PULL_REQUEST" != "false"; then
echo "This is a Pull Request, will not deploy gh-pages."
elif test "$TRAVIS_BRANCH" != "master"; then
echo "Not on master branch (TRAVIS_BRANCH = $TRAVIS_BRANCH), will not deploy gh-pages."
-elif test -z "${encrypted_1b66487e02e5_key:-}" -o -z "${encrypted_1b66487e02e5_iv:-}"; then
+elif test -z "${encrypted_8fdb34b09f5e_key:-}" -o -z "${encrypted_8fdb34b09f5e_iv:-}"; then
echo "Travis CI secure environment variables are unavailable, will not deploy gh-pages."
else
set -x