Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 098c765

Browse files
committed
github: remove ci-gradle.properties
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 7a3274b commit 098c765

File tree

4 files changed

+0
-21
lines changed

4 files changed

+0
-21
lines changed

.github/ci-gradle.properties

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/deploy_snapshot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
env:
1818
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
1919

20-
- name: Copy CI gradle.properties
21-
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
22-
2320
- name: Generate cache key
2421
run: ./.github/checksum.sh checksum.txt
2522

.github/workflows/pull_request.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
if: ${{ steps.service-changed.outputs.result == 'true' }}
3030
uses: actions/checkout@v2
3131

32-
- name: Copy CI gradle.properties
33-
if: ${{ steps.service-changed.outputs.result == 'true' }}
34-
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
35-
3632
- name: Generate cache key
3733
if: ${{ steps.service-changed.outputs.result == 'true' }}
3834
run: ./.github/checksum.sh checksum.txt

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
env:
1818
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
1919

20-
- name: Copy CI gradle.properties
21-
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
22-
2320
- name: Generate cache key
2421
run: ./.github/checksum.sh checksum.txt
2522

0 commit comments

Comments
 (0)