mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
github: remove unnecessary custom CI properties
This commit is contained in:
parent
5fd3ec436a
commit
acf1fca1b7
2 changed files with 0 additions and 19 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue