16 lines
237 B
YAML
16 lines
237 B
YAML
image: node:18-bullseye-slim
|
|
|
|
include:
|
|
- /apps/leafcutter/.gitlab-ci.yml
|
|
- /apps/link/.gitlab-ci.yml
|
|
|
|
stages:
|
|
- helm-release
|
|
- build
|
|
- docker-build
|
|
- docker-release
|
|
|
|
cache:
|
|
key: ${CI_COMMIT_REF_SLUG}
|
|
paths:
|
|
- .turbo/
|