faas/build.sh
2017-10-01 13:33:22 +02:00

9 lines
172 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)