diff options
author | Egor Tensin <egor@tensin.name> | 2025-07-23 10:21:04 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-07-23 10:21:04 +0200 |
commit | cd94621a20e8eb557a0beea7873eef5b1576893c (patch) | |
tree | c9d06fcd3e9b3f5615129e890222c37dea96ddc9 /test/integration/docker/test.sh | |
parent | v6.0.0 (diff) | |
download | cgitize-cd94621a20e8eb557a0beea7873eef5b1576893c.tar.gz cgitize-cd94621a20e8eb557a0beea7873eef5b1576893c.zip |
Diffstat (limited to 'test/integration/docker/test.sh')
-rwxr-xr-x | test/integration/docker/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/docker/test.sh b/test/integration/docker/test.sh index 15ffb3e..1e671c0 100755 --- a/test/integration/docker/test.sh +++ b/test/integration/docker/test.sh @@ -165,7 +165,7 @@ docker_build() { echo Building Docker images echo ---------------------------------------------------------------------- - $docker_compose build --progress plain + $docker_compose --progress plain build } docker_cleanup() { |