From 6ace93c8bacedc064fc1dfefc366a25981925c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 30 Jul 2022 12:34:59 +0200 Subject: [PATCH] Update maintain-runners.yml --- .github/workflows/maintain-runners.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maintain-runners.yml b/.github/workflows/maintain-runners.yml index f01358ac..0bb37718 100644 --- a/.github/workflows/maintain-runners.yml +++ b/.github/workflows/maintain-runners.yml @@ -62,7 +62,7 @@ jobs: sudo mkdir -p /root/.ssh/ sudo cp ~/.ssh/known_hosts /root/.ssh/ sudo mkdir -p build/output/tmp || true - sudo sshfs upload@users.armbian.com:/ build/output/tmp -o IdentityFile=~/.ssh/id_rsa -o reconnect,nonempty -o allow_other + sudo sshfs upload@users.armbian.com:/ build/output/tmp -o IdentityFile=~/.ssh/id_rsa -o reconnect -o allow_other sudo rm -rf build/output/tmp/debs/* || true sudo rm -rf build/output/tmp/debs-beta/* || true sudo rm -rf build/output/tmp/images/* || true