Skip to content
Snippets Groups Projects

WIP: Flatten further

Closed Mark Pundsack requested to merge flatten-further into master
1 file
+ 4
13
Compare changes
  • Side-by-side
  • Inline
+ 4
13
@@ -167,15 +167,10 @@
# Define basic job definitions
##############################
.auto_deploy_kubernetes: &auto_deploy_kubernetes
.kubernetes-deploy: &kubernetes-deploy
image: registry.gitlab.com/gitlab-examples/kubernetes-deploy
stages:
- build
- test
- review
- staging
- production
- cleanup
before_script:
- *common
.build_branches: &build_branches
stage: build
@@ -283,19 +278,15 @@
##############################
.auto_deploy_kubernetes: &auto_deploy_kubernetes
image: registry.gitlab.com/gitlab-examples/kubernetes-deploy
<<: *kubernetes-deploy
stages:
- build
- test
- review
- staging
- production
- cleanup
before_script:
- *common
build:
<<: *build_branches
Loading