faas/build.sh
Alistair Hey a5583074e0 Convert Gateway to Github Actions
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
2020-12-10 14:54:38 +00:00

10 lines
174 B
Bash
Executable File

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