summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-09-20 22:49:01 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-09-20 22:49:01 +0530
commit098c765132a823225e2b2ef82c1302e02f68cd31 (patch)
treef5357f4764e7620e195f6e4a7cb626ce5c801de5 /.github/workflows
parent7a3274b06d276dc98436b6b5cf6d1f8c484662eb (diff)
github: remove ci-gradle.properties
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy_snapshot.yml3
-rw-r--r--.github/workflows/pull_request.yml4
-rw-r--r--.github/workflows/release.yml3
3 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml
index 3bb5d9c8..88a49304 100644
--- a/.github/workflows/deploy_snapshot.yml
+++ b/.github/workflows/deploy_snapshot.yml
@@ -17,9 +17,6 @@ jobs:
env:
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
- - name: Copy CI gradle.properties
- run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
-
- name: Generate cache key
run: ./.github/checksum.sh checksum.txt
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index f374c689..49585eeb 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -29,10 +29,6 @@ jobs:
if: ${{ steps.service-changed.outputs.result == 'true' }}
uses: actions/checkout@v2
- - name: Copy CI gradle.properties
- if: ${{ steps.service-changed.outputs.result == 'true' }}
- run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
-
- name: Generate cache key
if: ${{ steps.service-changed.outputs.result == 'true' }}
run: ./.github/checksum.sh checksum.txt
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 10484521..59c26cde 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -17,9 +17,6 @@ jobs:
env:
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
- - name: Copy CI gradle.properties
- run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
-
- name: Generate cache key
run: ./.github/checksum.sh checksum.txt