Update build.sh

This commit is contained in:
Alex Ellis 2017-10-01 13:33:22 +02:00 committed by GitHub
parent 7af001c532
commit 0124dcd1be

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
if [[ "$TRAVIS_TAG" != null ]]; then if [ ! -s $TRAVIS_TAG ] ; then
echo "This build will be published under the tag ${TRAVIS_TAG}" echo "This build will be published under the tag: ${TRAVIS_TAG}"
fi fi
(cd gateway && ./build.sh) (cd gateway && ./build.sh)