DEVEX-20:
This commit is contained in:
parent
1bbc9dfa80
commit
81de83c352
@ -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
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user