Skip to content

Commit

Permalink
ci: binaries do not code-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Jan 21, 2024
1 parent c64a815 commit 0afdf38
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .woodpecker/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ steps:
commands:
- go mod vendor

code-gen:
image: *golang_image
depends_on:
- vendor
commands:
- make generate

cross-compile-server:
depends_on:
- vendor
Expand All @@ -46,7 +39,7 @@ steps:

build-tarball:
depends_on:
- code-gen
- vendor
- build-web
image: *golang_image
commands:
Expand Down

0 comments on commit 0afdf38

Please sign in to comment.