Skip to content

Commit

Permalink
Prevent Local gradle build cache collisions (#2778)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed May 22, 2020
1 parent 4ba01a6 commit 74a88ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-examples.yml
Expand Up @@ -25,7 +25,6 @@ jobs:
key: ${{ runner.os }}-gradle-home-testmatrix-examples-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-home-testmatrix-examples-
${{ runner.os }}-gradle-home-
- id: set-matrix
working-directory: ./examples/
env:
Expand Down Expand Up @@ -54,8 +53,6 @@ jobs:
key: ${{ runner.os }}-gradle-home-examples-${{matrix.gradle_args}}_check-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-home-examples-${{matrix.gradle_args}}_check-
${{ runner.os }}-gradle-home-examples-${{matrix.gradle_args}}_check-
${{ runner.os }}-gradle-home-examples-
- name: Clear existing docker image cache
run: docker image prune -af
- name: Build and test Examples with Gradle (${{matrix.gradle_args}})
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -25,7 +25,6 @@ jobs:
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-home-testmatrix-
${{ runner.os }}-gradle-home-
- id: set-matrix
env:
# Since we override the tests executor,
Expand Down Expand Up @@ -53,8 +52,6 @@ jobs:
key: ${{ runner.os }}-gradle-home-${{matrix.gradle_args}}_check-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-home-${{matrix.gradle_args}}_check-
${{ runner.os }}-gradle-home-${{matrix.gradle_args}}_check-
${{ runner.os }}-gradle-home-
- name: Clear existing docker image cache
run: docker image prune -af
- name: Build and test with Gradle (${{matrix.gradle_args}})
Expand Down

0 comments on commit 74a88ad

Please sign in to comment.