Skip to content

Commit 50fae2f

Browse files
committed
fix CI
1 parent 024b3af commit 50fae2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spark_client_regtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# publishToMavenLocal causes a GH API requests, use the token for those requests
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
61-
run: ./gradlew assemble publishToMavenLocal
61+
run: ./gradlew assemble publishToMavenLocal -x :polaris-helm:assemble
6262

6363
- name: Image build
6464
env:

0 commit comments

Comments
 (0)