mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
Add missing 'then' in deploy.sh
This commit is contained in:
parent
4d8fe1a23c
commit
4e35e70ef3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user