We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3552ee commit 0c66292Copy full SHA for 0c66292
.github/workflows/ci-deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install bats
30
run: sudo apt-get install bats
31
- name: Build images
32
- run: mvn -V -B -q -Pdocker -DskipTests -Ddependency-check.skip=true clean package
+ run: mvn -V -B -q -Pdocker -DskipTests -Ddependency-check.skip=true -P !mac-dmg-on-unix,!installer,!concurrency-stress-tests,!micro-benchmarks,skip-build-dist-archives clean package
33
- name: Check local images
34
run: docker image ls
35
- name: Check license headers
0 commit comments