faas/build.sh
2017-10-01 13:29:37 +02:00

9 lines
177 B
Bash
Executable File

#!/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)