Skip to content
Snippets Groups Projects
Commit 19d042e0 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update .gitlab-ci.yml

parent c9af4249
No related branches found
No related tags found
1 merge request!5Resolve "Make Proxy Use Autodevops"
variables:
DOCKER_HOST: tcp://docker-dind.gitlab:2375
include:
- template: Jobs/Build.gitlab-ci.yml
- template: Jobs/Deploy.gitlab-ci.yml
stages:
- prepare
- build
......@@ -39,16 +43,10 @@ prepare_composer:
key: "composer-$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
paths:
- vendor
include:
- template: Jobs/Build.gitlab-ci.yml
build:
services:
include:
- template: Jobs/Deploy.gitlab-ci.yml
review:
variables:
HELM_UPGRADE_EXTRA_ARGS: --set service.internalPort=80 --set service.commonName= --set ingress.tls.enabled=false --set ingress.annotations.kubernetes\.io/tls-acme="false" --set ingress.annotations.nginx\.ingress\.kubernetes\.io/ssl-redirect="false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment