mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Add missing 'then' in deploy.sh
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user