cic-internal-integration/scripts/build.sh
2021-10-18 17:52:24 -07:00

13 lines
174 B
Bash
Executable File

#! /usr/bin/env sh
# Exit in case of error
set -e
TAG=${TAG?Variable not set} \
docker-compose \
-f docker-compose.yml \
build \
--no-cache \
--parallel \
--progress plain