Skip to content

Commit fca5607

Browse files
committed
chore: update release.yml to install rsync before build steps
1 parent 2445f3c commit fca5607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.woodpecker/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ steps:
2525
volumes:
2626
- /var/run/docker.sock:/var/run/docker.sock
2727
commands:
28+
- apt update && apt install -y rsync
2829
- export $(cat /woodpecker/deploy.vault.env | xargs)
2930
- npm clean-install
3031
- /bin/bash ./.woodpecker/buildRelease.sh

0 commit comments

Comments
 (0)