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:
|
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: |
|
||||||
|
Reference in New Issue
Block a user