Skip to content

Commit 872a38d

Browse files
committed
remove docker.sock from release pipeline
1 parent ee1ed56 commit 872a38d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

live-demo/deploy/.woodpecker.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ steps:
2222
image: node:20
2323
when:
2424
- event: push
25-
volumes:
26-
- /var/run/docker.sock:/var/run/docker.sock
2725
commands:
2826
- export $(cat /woodpecker/deploy.vault.env | xargs)
29-
- ls -la
3027
- cd adminforth
3128
- npm clean-install
3229
- /bin/bash ../live-demo/deploy/buildRelease.sh

0 commit comments

Comments
 (0)