mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
1c354ca977
* 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
28 lines
428 B
Plaintext
28 lines
428 B
Plaintext
# .git
|
|
.codecov
|
|
.github
|
|
.gitignore
|
|
.dockerignore
|
|
**/Dockerfile
|
|
/k8s/
|
|
/node_modules/
|
|
/console/src/app/proto/generated/
|
|
/console/.angular
|
|
/console/tmp/
|
|
.releaserc.js
|
|
changelog.config.js
|
|
CONTRIBUTING.md
|
|
LICENSE
|
|
README.md
|
|
SECURITY.md
|
|
**/Dockerfile
|
|
**/*.Dockerfile
|
|
pkg/grpc/*/*.pb.*
|
|
pkg/grpc/*/*.swagger.json
|
|
**/.artifacts
|
|
console/.angular
|
|
console/node_modules
|
|
console/src/app/proto/generated/
|
|
console/tmp/
|
|
.vscode
|
|
build/*.Dockerfile |