Update maintain-runners.yml

This commit is contained in:
Igor Pečovnik
2022-03-19 13:33:21 +01:00
committed by GitHub
parent c68ea0a9ca
commit 2f79d49722

View File

@@ -86,18 +86,7 @@ jobs:
matrix:
node: ${{fromJson(needs.Prepare.outputs.matrix)}}
steps:
- name: Remove
run: |
# full clenaing temporally
if [[ $(curl -s http://ifconfig.me) == "93.103.15.56" ]]; then
sudo umount -a || true
sudo rm -rf /home/igorp/actions-runner/_work/build /home/igorp/actions-runner/_work/distribution /home/igorp/actions-runner/_work/scripts
sudo reboot
fi
- name: Checkout Armbian build script
uses: actions/checkout@v2
with: