mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 08:49:13 +00:00
chore: backward compatible stub gen (#5926)
* chore: backward compatible stub gen * chore: fix delete path * fix order
This commit is contained in:
parent
fa8f191812
commit
8828c04e27
@ -18,6 +18,7 @@ before:
|
||||
- docker build -f build/grpc/Dockerfile -t zitadel-base:local .
|
||||
- docker build -f build/zitadel/Dockerfile . -t zitadel-go-test --target go-codecov -o .artifacts/codecov
|
||||
- docker build -f build/zitadel/Dockerfile . -t zitadel-go-base --target go-copy -o .artifacts/grpc/go-client
|
||||
- sh -c "find pkg/grpc -name '*.pb*.go' -delete"
|
||||
- sh -c "cp -r .artifacts/grpc/go-client/* ."
|
||||
- docker build -f build/console/Dockerfile . -t zitadel-npm-console --target angular-export -o .artifacts/console
|
||||
- sh -c "cp -r .artifacts/console/* internal/api/ui/console/static/"
|
||||
|
Loading…
Reference in New Issue
Block a user