Remove failing rsync build step

This commit is contained in:
2021-12-19 17:54:36 +01:00
parent b084839ba8
commit d44fb8ec9a

View File

@ -66,12 +66,13 @@ jobs:
with: with:
key: ${{ runner.os }}-ccache-${{ matrix.node }} key: ${{ runner.os }}-ccache-${{ matrix.node }}
- name: Install ignore # disabled, failed to download files last time
run: | #- name: Install ignore
mkdir -p "$HOME/.ssh" # run: |
echo "${{ secrets.RSYNC_SSH_KEY }}" >"$HOME/.ssh/key" # mkdir -p "$HOME/.ssh"
chmod 600 "$HOME/.ssh/key" # echo "${{ secrets.RSYNC_SSH_KEY }}" >"$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 ./ # 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 - name: Build firmware
run: | run: |