Merge pull request #166 from bobbycar-graz/disable_failing_rsync

Remove failing rsync build step
This commit is contained in:
2021-12-19 18:07:37 +01:00
committed by GitHub

View File

@ -66,12 +66,13 @@ jobs:
with:
key: ${{ runner.os }}-ccache-${{ matrix.node }}
- name: Install ignore
run: |
mkdir -p "$HOME/.ssh"
echo "${{ secrets.RSYNC_SSH_KEY }}" >"$HOME/.ssh/key"
chmod 600 "$HOME/.ssh/key"
rsync -azv --exclude=/.git/ --exclude=/.github/ -e "ssh -i $HOME/.ssh/key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=quiet" github@commanderred.xyz:/home/github/ignore ./
# disabled, failed to download files last time
#- name: Install ignore
# run: |
# mkdir -p "$HOME/.ssh"
# echo "${{ secrets.RSYNC_SSH_KEY }}" >"$HOME/.ssh/key"
# chmod 600 "$HOME/.ssh/key"
# rsync -azv --exclude=/.git/ --exclude=/.github/ -e "ssh -i $HOME/.ssh/key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=quiet" github@commanderred.xyz:/home/github/ignore ./
- name: Build firmware
run: |