faas/build.sh
Alex Ellis 619fdedaca Quote build.sh
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-10-01 13:37:12 +02:00

9 lines
174 B
Bash
Executable File

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