mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:57:35 +00:00
ci: improve performance (#5953)
* pipeline runs on ubuntu instead of docker * added Makefile to build zitadel core (backend) and console (frontend) * pipeline runs in parallel where possible * pipeline is split into multiple jobs * removed goreleaser * added command to check if zitadel instance is running
This commit is contained in:
@@ -10,3 +10,28 @@ breaking:
|
||||
lint:
|
||||
use:
|
||||
- MINIMAL
|
||||
ignore:
|
||||
- zitadel/action.proto
|
||||
- zitadel/admin.proto
|
||||
- zitadel/app.proto
|
||||
- zitadel/auth_n_key.proto
|
||||
- zitadel/auth.proto
|
||||
- zitadel/change.proto
|
||||
- zitadel/event.proto
|
||||
- zitadel/idp.proto
|
||||
- zitadel/instance.proto
|
||||
- zitadel/management.proto
|
||||
- zitadel/member.proto
|
||||
- zitadel/message.proto
|
||||
- zitadel/metadata.proto
|
||||
- zitadel/object.proto
|
||||
- zitadel/options.proto
|
||||
- zitadel/org.proto
|
||||
- zitadel/policy.proto
|
||||
- zitadel/project.proto
|
||||
- zitadel/quota.proto
|
||||
- zitadel/settings.proto
|
||||
- zitadel/system.proto
|
||||
- zitadel/text.proto
|
||||
- zitadel/user.proto
|
||||
- zitadel/v1.proto
|
Reference in New Issue
Block a user