aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci.sh b/ci.sh
index 82bf069..dd17655 100755
--- a/ci.sh
+++ b/ci.sh
@@ -4,7 +4,7 @@ set -o errexit -o nounset -o pipefail
shopt -s inherit_errexit lastpipe
test_build() {
- docker-compose build --progress plain --pull "$@"
+ docker-compose --progress plain build --pull "$@"
}
test_build_clang() {