Disable clean up
This commit is contained in:
parent
862f739fb2
commit
62bc275b40
1 changed files with 4 additions and 4 deletions
|
@ -63,8 +63,8 @@ jobs:
|
||||||
ssh root@$NODE systemctl restart node-api
|
ssh root@$NODE systemctl restart node-api
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Clean up
|
# - name: Clean up
|
||||||
run: |
|
# run: |
|
||||||
rm -f ~/.ssh/id_ed25519
|
# rm -f ~/.ssh/id_ed25519
|
||||||
if: always()
|
# if: always()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue