DEVEX-20:
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user