cic-internal-integration/scripts/build.sh

11 lines
165 B
Bash
Raw Normal View History

2021-08-13 21:45:27 +02:00
#! /usr/bin/env sh
# Exit in case of error
set -e
TAG=${TAG?Variable not set} \
2021-08-14 00:42:50 +02:00
FRONTEND_ENV=${FRONTEND_ENV-prod} \
2021-08-13 21:45:27 +02:00
docker-compose \
-f docker-compose.yml \
build