summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/docker-build.sh8
-rw-r--r--ci/docker-compose.yaml.example3
2 files changed, 5 insertions, 6 deletions
diff --git a/ci/docker-build.sh b/ci/docker-build.sh
index 64d7a4d..80efcd9 100755
--- a/ci/docker-build.sh
+++ b/ci/docker-build.sh
@@ -15,10 +15,12 @@ docker stop ${container} || true
docker container prune -f
docker rmi --force ${container}
-DOCKER_BUILDKIT=0 docker compose --ansi "never" build \
+DOCKER_BUILDKIT=0 docker compose \
+ --progress "plain" \
+ --ansi "never" \
+ build \
--no-cache \
- --pull \
- --progress "plain"
+ --pull
popd 2>/dev/null
rm -rf tmp
diff --git a/ci/docker-compose.yaml.example b/ci/docker-compose.yaml.example
index 3c31d5b..bcd88e0 100644
--- a/ci/docker-compose.yaml.example
+++ b/ci/docker-compose.yaml.example
@@ -12,9 +12,6 @@ services:
network_mode: "host"
container_name: bogenherr
volumes:
- # - type: bind
- # source: /tmp/bogenherr
- # target: /tmp/bogenherr
- type: bind
source: ~/.m2
target: /home/${OLO_USERNAME}/.m2