We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2445f3c commit fca5607Copy full SHA for fca5607
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
+ - apt update && apt install -y rsync
29
- export $(cat /woodpecker/deploy.vault.env | xargs)
30
- npm clean-install
31
- /bin/bash ./.woodpecker/buildRelease.sh
0 commit comments