Update build-firmware.yml

This commit is contained in:
Igor Pečovnik
2022-09-09 23:08:52 +02:00
committed by GitHub
parent 11cf806463
commit 024dc4e093

View File

@@ -90,7 +90,7 @@ jobs:
run: |
# use this only on our runners
if [[ ${{ inputs.runner }} != "ubuntu-latest" ]]; then
##if [[ ${{ inputs.runner }} != "ubuntu-latest" ]]; then
# mount deploy target
sudo apt-get -y -qq install sshfs
sudo mkdir -p /root/.ssh/
@@ -101,7 +101,7 @@ jobs:
sudo sshfs upload@users.armbian.com:/debs build/output/debs -o IdentityFile=~/.ssh/id_rsa -o reconnect -o nonempty,allow_other || true
sudo sshfs upload@users.armbian.com:/debs-beta build/output/debs-beta -o IdentityFile=~/.ssh/id_rsa -o reconnect -o allow_other || true
sudo sshfs upload@users.armbian.com:/debs-beta build/output/debs-beta -o IdentityFile=~/.ssh/id_rsa -o reconnect -o nonempty,allow_other || true
fi
## fi
- name: Sync
if: ${{ github.repository_owner == 'Armbian' && inputs.uploading == 'true' && env.SKIP != 'yes' }}