From 4e35e70ef3f9c8cfda5172bc90cd9960c3747d5c Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 7 Feb 2018 08:36:17 +0000 Subject: [PATCH] Add missing 'then' in deploy.sh --- travis/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis/deploy.sh b/travis/deploy.sh index 1d80f10..3b23dc3 100755 --- a/travis/deploy.sh +++ b/travis/deploy.sh @@ -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