Skip to content

Commit d00a38c

Browse files
committed
Remove cache.
1 parent 0dada61 commit d00a38c

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
with:
2626
java-version: 17
2727
distribution: 'temurin'
28-
- name: Cache local Maven repository
29-
uses: actions/cache@v3
30-
with:
31-
path: |
32-
~/.m2/repository/io/opentelemetry/
33-
key: ${{ runner.os }}-maven-local-${{ hashFiles('.github/patches/opentelemetry-java*.patch') }}
3428
- name: Publish patched dependencies to maven local
3529
uses: ./.github/actions/patch-dependencies
3630
with:

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

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

35-
# cache local patch outputs
36-
- name: Cache local Maven repository
37-
uses: actions/cache@v3
38-
with:
39-
path: |
40-
~/.m2/repository/io/opentelemetry/
41-
key: ${{ runner.os }}-maven-local-${{ hashFiles('.github/patches/opentelemetry-java*.patch') }}
42-
4335
- name: Publish patched dependencies to maven local
4436
uses: ./.github/actions/patch-dependencies
4537
with:

0 commit comments

Comments
 (0)