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