DEVEX-20:

This commit is contained in:
subochev 2025-12-24 21:18:21 +03:00
parent 1bbc9dfa80
commit 81de83c352
2 changed files with 12 additions and 12 deletions

View File

@ -73,8 +73,8 @@ runs:
}
}
EOF
- name: 'Cleanup'
if: always()
shell: bash
run: |
rm -rf ~/.gradle/init.gradle.kts
# - name: 'Cleanup'
# if: always()
# shell: bash
# run: |
# rm -rf ~/.gradle/init.gradle.kts

View File

@ -29,10 +29,10 @@ runs:
cat ~/.ssh/config
cat ~/.ssh/my_key
- name: 'Cleanup'
if: always()
shell: bash
run: |
echo 'Removing temporal files...'
rm -rf ~/.ssh/config
rm -rf ~/.ssh/my_key
# - name: 'Cleanup'
# if: always()
# shell: bash
# run: |
# echo 'Removing temporal files...'
# rm -rf ~/.ssh/config
# rm -rf ~/.ssh/my_key