cic-internal-integration/scripts/build.sh

12 lines
157 B
Bash
Raw Normal View History

2021-08-28 18:26:16 +02:00
#! /usr/bin/env sh
# Exit in case of error
set -e
TAG=${TAG?Variable not set} \
docker-compose \
-f docker-compose.yml \
2021-10-18 22:52:39 +02:00
build \
--no-cache \
--parallel \