DEVEX-20:
This commit is contained in:
parent
ac34a5e469
commit
5e4ef43547
@ -38,3 +38,10 @@ jobs:
|
|||||||
- name: Building
|
- name: Building
|
||||||
run: |
|
run: |
|
||||||
./gradlew classes --no-daemon -x cyclonedxBom
|
./gradlew classes --no-daemon -x cyclonedxBom
|
||||||
|
- name: 'Cleanup'
|
||||||
|
if: always()
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
rm -rf ~/.gradle/init.gradle.kts
|
||||||
|
rm -rf ~/.ssh/config
|
||||||
|
rm -rf ~/.ssh/my_key
|
||||||
Loading…
x
Reference in New Issue
Block a user