Skip to content

Commit

Permalink
Fix acceptance-tests-down, no more used data
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 8, 2024
1 parent bf7dc87 commit 6105aa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:

- run: make acceptance-tests-up
- run: make acceptance-tests-run
- run: make acceptance-tests-down
- run: c2cciutils-docker-logs || true
if: always()

Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ acceptance-tests-run: .env
.PHONY: acceptance-tests-down
acceptance-tests-down: .env
docker compose down || true
docker run --rm --volume=/tmp/geoserver-data:/mnt/geoserver_datadir camptocamp/geoserver \
bash -c 'rm -rf /mnt/geoserver_datadir/*'
rmdir /tmp/geoserver-data

.PHONY: dist
dist: build-builder
Expand Down

0 comments on commit 6105aa2

Please sign in to comment.