Skip to content

Commit b6a1e51

Browse files
committed
Remove patch for other workflows.
1 parent d00a38c commit b6a1e51

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/docker-build-smoke-tests-fake-backend.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
with:
2626
java-version: 17
2727
distribution: 'temurin'
28-
- name: Publish patched dependencies to maven local
29-
uses: ./.github/actions/patch-dependencies
30-
with:
31-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
32-
gpg_password: ${{ secrets.GPG_PASSPHRASE }}
3328
- uses: gradle/wrapper-validation-action@v1
3429
- name: Configure AWS Credentials
3530
uses: aws-actions/configure-aws-credentials@v4

.github/workflows/nightly-upstream-snapshot-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ jobs:
3232
java-version: 17
3333
distribution: 'temurin'
3434

35-
- name: Publish patched dependencies to maven local
36-
uses: ./.github/actions/patch-dependencies
37-
with:
38-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
39-
gpg_password: ${{ secrets.GPG_PASSPHRASE }}
40-
4135
- uses: gradle/wrapper-validation-action@v1
4236

4337
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)