Merge pull request #120 from kiwix/missing_then

Add missing 'then' in deploy.sh
This commit is contained in:
Matthieu Gautier 2018-02-07 10:56:09 +01:00 committed by GitHub
commit 7acd504038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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