Skip to content

Commit

Permalink
remove volume field from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Kachanovsky committed Jan 21, 2025
1 parent 2e639ae commit 59c551f
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 @@ -20,11 +20,10 @@ 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)
- cat /woodpecker/deploy.vault.env
- npm clean-install
- /bin/bash ./.woodpecker/buildRelease.sh
- npm audit signatures
Expand Down

0 comments on commit 59c551f

Please sign in to comment.