github: remove unnecessary custom CI properties

This commit is contained in:
Harsh Shandilya 2022-06-24 17:05:30 +05:30
parent 5fd3ec436a
commit acf1fca1b7
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 0 additions and 19 deletions

View file

@ -24,9 +24,6 @@ jobs:
java-version: '17'
cache: 'gradle'
- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- name: Run unit tests
uses: gradle/gradle-build-action@v2.2.1
with:
@ -54,9 +51,6 @@ jobs:
java-version: '17'
cache: 'gradle'
- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- name: Decrypt secrets
run: scripts/signing-setup.sh "$ENCRYPT_KEY"
env: