DEVEX-20:
This commit is contained in:
parent
6b0e54e736
commit
1bbc9dfa80
@ -25,10 +25,14 @@ runs:
|
||||
EOF
|
||||
chmod 600 ~/.ssh/config
|
||||
chmod 600 ~/.ssh/my_key
|
||||
echo 'Proxy configured successfull'
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user