Add missing 'then' in deploy.sh

This commit is contained in:
Matthieu Gautier
2018-02-07 08:36:17 +00:00
committed by GitHub
parent 4d8fe1a23c
commit 4e35e70ef3

View File

@ -20,6 +20,7 @@ then
fi
if [[ "x$TRAVIS_TAG" != "x" ]]
then
RELEASE_ARCHIVES=$(find $RELEASE_ARCHIVES_DIR -type f)
if [[ "x$RELEASE_ARCHIVES" != "x" ]]
then