We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799dec8 commit b4e2d99Copy full SHA for b4e2d99
1 file changed
.woodpecker/release.yml
@@ -25,7 +25,8 @@ steps:
25
volumes:
26
- /var/run/docker.sock:/var/run/docker.sock
27
commands:
28
- - apk add --no-cache rsync
+ # install rsync
29
+ - apt update && apt install -y rsync
30
- export $(cat /woodpecker/deploy.vault.env | xargs)
31
- npm clean-install
32
- /bin/bash ./.woodpecker/buildRelease.sh
0 commit comments