diff options
| author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-25 22:02:43 +0100 |
|---|---|---|
| committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-25 22:02:43 +0100 |
| commit | 19521b7729901dc4631e825ccd08eb7e6470f643 (patch) | |
| tree | b3785bc09aa4bd188773837a6e967a6d19d9ebab /test | |
| parent | frontend: upgrade cmark-gfm (diff) | |
| download | cgitize-19521b7729901dc4631e825ccd08eb7e6470f643.tar.gz cgitize-19521b7729901dc4631e825ccd08eb7e6470f643.zip | |
use `--progress plain` with docker-compose build
Diffstat (limited to '')
| -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 fd21ec8..0cd523f 100755 --- a/test/integration/docker/test.sh +++ b/test/integration/docker/test.sh @@ -152,7 +152,7 @@ docker_build() { echo Building Docker images echo ---------------------------------------------------------------------- - docker-compose build + docker-compose build --progress plain } docker_cleanup() { |
