DEVEX-20:

This commit is contained in:
2025-12-24 21:18:21 +03:00
parent 1bbc9dfa80
commit 81de83c352
2 changed files with 12 additions and 12 deletions
+5 -5
View File
@@ -73,8 +73,8 @@ runs:
} }
} }
EOF EOF
- name: 'Cleanup' # - name: 'Cleanup'
if: always() # if: always()
shell: bash # shell: bash
run: | # run: |
rm -rf ~/.gradle/init.gradle.kts # rm -rf ~/.gradle/init.gradle.kts
+7 -7
View File
@@ -29,10 +29,10 @@ runs:
cat ~/.ssh/config cat ~/.ssh/config
cat ~/.ssh/my_key cat ~/.ssh/my_key
- name: 'Cleanup' # - name: 'Cleanup'
if: always() # if: always()
shell: bash # shell: bash
run: | # run: |
echo 'Removing temporal files...' # echo 'Removing temporal files...'
rm -rf ~/.ssh/config # rm -rf ~/.ssh/config
rm -rf ~/.ssh/my_key # rm -rf ~/.ssh/my_key