good morning!!!!

Skip to content
Snippets Groups Projects
Commit 3596def9 authored by a's avatar a
Browse files

Update .gitlab-ci.yml

parent 2b1b446c
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,15 @@ stages:
- build
- deploy
include:
- project: 'templates/ci'
file: "/kaniko.gitlab-ci.yml"
variables:
CAFE_BUILD_DOCKERFILES: "Dockerfile"
test:
image: postgres:alpine
variables:
......@@ -65,26 +74,6 @@ coverage:
coverage_format: cobertura
path: coverage.xml
jsonnet:
stage: build
image: alpine:latest
script:
- apk add -U jsonnet
- jsonnet .gitlab-ci.jsonnet > generated-config.yml
artifacts:
paths:
- generated-config.yml
trigger-builds:
stage: build
needs:
- jsonnet
trigger:
include:
- artifact: generated-config.yml
job: jsonnet
strategy: depend
trigger-master-deploy:
stage: deploy
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment