Skip to content

Commit

Permalink
fix(builds): add rsync and remove redundent step from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Jan 20, 2025
1 parent b1c834e commit a9aae1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .woodpecker/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ steps:
image: node:20
when:
- event: push
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- apt update && apt install -y rsync
- export $(cat /woodpecker/deploy.vault.env | xargs)
- npm clean-install
- /bin/bash ./.woodpecker/buildRelease.sh
Expand Down

0 comments on commit a9aae1d

Please sign in to comment.