We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ac92cd + d93f7d0 commit 3fcd2e4Copy full SHA for 3fcd2e4
1 file changed
.github/workflows/maven-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
mvn \
34
--no-transfer-progress \
35
--batch-mode \
36
- deploy
+ deploy -X
37
- name: Docker Compose Down # check if it's in the right place
38
if: always()
39
run: docker compose down -v
0 commit comments