Skip to content

Commit ede07f0

Browse files
committed
Skip docker module in deploy step
1 parent fb21318 commit ede07f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,6 @@ jobs:
142142
mvn deploy $MAVEN_CLI_OPTS \
143143
-DskipTests=true \
144144
-DretryFailedDeploymentCount=10 \
145+
-pl '!docker' \
145146
-DaltReleaseDeploymentRepository=releases::https://maven.pkg.github.com/codice/acdebugger \
146147
-DaltSnapshotDeploymentRepository=snapshots::https://maven.pkg.github.com/codice/acdebugger

0 commit comments

Comments
 (0)