ci: binaries do not code-gen

This commit is contained in:
6543 2024-01-21 22:40:51 +01:00
parent c64a815157
commit 0afdf38f53
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862

View file

@ -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
@ -46,7 +39,7 @@ steps:
build-tarball:
depends_on:
- code-gen
- vendor
- build-web
image: *golang_image
commands: