Skip to content

Commit 010a306

Browse files
authored
Merge pull request quarkusio#35928 from gsmet/fix-snapshot-deployment
Skip docs and IT modules when deploying snapshots
2 parents 66e1811 + b11906c commit 010a306

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-snapshots.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
./mvnw -e -B --settings .github/mvn-settings.xml \
4747
-DskipTests -DskipITs -Dno-format -Dinvoker.skip=true \
4848
-DretryFailedDeploymentCount=10 \
49-
-pl !integration-tests/gradle \
49+
-Dno-test-modules \
50+
-Dgradle.cache.local.enabled=false \
51+
-Ddokka \
52+
-DskipDocs \
5053
clean deploy
5154
- name: Delete Local Artifacts From Cache
5255
shell: bash

0 commit comments

Comments
 (0)