diff --git a/build.sh b/build.sh index 6f468ccf..684fe4a2 100755 --- a/build.sh +++ b/build.sh @@ -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)