Update build.sh

This commit is contained in:
Alex Ellis 2017-10-01 13:29:37 +02:00 committed by GitHub
parent ac3e91cbdc
commit 7af001c532

View File

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