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

Update .gitlab-ci.yml

parent 19d042e0
No related branches found
No related tags found
1 merge request!5Resolve "Make Proxy Use Autodevops"
variables: variables:
DOCKER_HOST: tcp://docker-dind.gitlab:2375 DOCKER_HOST: tcp://docker-dind.gitlab:2375
POSTGRES_ENABLED: false
CODE_QUALITY_DISABLED: true
CONTAINER_SCANNING_DISABLED: true
DAST_DISABLED: true
DEPENDENCY_SCANNING_DISABLED: true
LICENSE_MANAGEMENT_DISABLED: true
PERFORMANCE_DISABLED: true
SAST_DISABLED: true
TEST_DISABLED: true
include: include:
- template: Jobs/Build.gitlab-ci.yml - template: Jobs/Build.gitlab-ci.yml
...@@ -8,9 +17,21 @@ include: ...@@ -8,9 +17,21 @@ include:
stages: stages:
- prepare - prepare
- build - build
- test
- deploy # dummy stage to follow the template guidelines
- review - review
- dast
- staging
- canary
- production
- incremental rollout 10%
- incremental rollout 25%
- incremental rollout 50%
- incremental rollout 100%
- performance
- cleanup - cleanup
prepare_node: prepare_node:
stage: prepare stage: prepare
image: node:10 image: node:10
......
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