Skip to content

Commit b4e2d99

Browse files
committed
fix(atorelease): add rsync
1 parent 799dec8 commit b4e2d99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.woodpecker/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ steps:
2525
volumes:
2626
- /var/run/docker.sock:/var/run/docker.sock
2727
commands:
28-
- apk add --no-cache rsync
28+
# install rsync
29+
- apt update && apt install -y rsync
2930
- export $(cat /woodpecker/deploy.vault.env | xargs)
3031
- npm clean-install
3132
- /bin/bash ./.woodpecker/buildRelease.sh

0 commit comments

Comments
 (0)