prophunt-garrysmod/test/testBuild.sh
2019-07-21 23:04:00 +02:00

12 lines
210 B
Bash

#!/bin/bash
if [ "${DEBUGGING:?}" = "true" ]; then
set -o xtrace
fi
set -o errexit
set -o nounset
set -o pipefail
docker rmi "jusito/docker-ttt:ubuntu" || true
docker build -t "jusito/docker-ttt:ubuntu" "."