Merge pull request #120 from kiwix/missing_then
Add missing 'then' in deploy.sh
This commit is contained in:
commit
7acd504038
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue