We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f17f15 commit fb21318Copy full SHA for fb21318
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
}]
56
57
- name: Build
58
- run: mvn clean install $MAVEN_CLI_OPTS -DskipTests
+ run: mvn clean install $MAVEN_CLI_OPTS -DskipTests -pl '!docker'
59
60
full-build:
61
if: github.event_name != 'pull_request'
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
deploy:
95
needs: full-build
0 commit comments