DEVEX-20:
This commit is contained in:
parent
6b0e54e736
commit
1bbc9dfa80
@ -25,10 +25,14 @@ runs:
|
|||||||
EOF
|
EOF
|
||||||
chmod 600 ~/.ssh/config
|
chmod 600 ~/.ssh/config
|
||||||
chmod 600 ~/.ssh/my_key
|
chmod 600 ~/.ssh/my_key
|
||||||
|
echo 'Proxy configured successfull'
|
||||||
|
cat ~/.ssh/config
|
||||||
|
cat ~/.ssh/my_key
|
||||||
|
|
||||||
- name: 'Cleanup'
|
- name: 'Cleanup'
|
||||||
if: always()
|
if: always()
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
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