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 024b3af commit 50fae2fCopy full SHA for 50fae2f
.github/workflows/spark_client_regtests.yml
@@ -58,7 +58,7 @@ jobs:
58
# publishToMavenLocal causes a GH API requests, use the token for those requests
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
61
- run: ./gradlew assemble publishToMavenLocal
+ run: ./gradlew assemble publishToMavenLocal -x :polaris-helm:assemble
62
63
- name: Image build
64
env:
0 commit comments