Merge pull request #166 from bobbycar-graz/disable_failing_rsync
Remove failing rsync build step
This commit is contained in:
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user