Skip to content
Snippets Groups Projects

Q2.2 2019

Merged Steffen Köhler requested to merge q2.2-2019 into master
Compare and Show latest version
2 files
+ 25
4
Preferences
Compare changes
Files
2
+ 14
3
@@ -34,7 +34,12 @@ docker_build_and_publish_alpha:
tags:
- docker
only:
- branches
changes:
- Dockerfile
- assets/*
- modules
refs:
- branches
except:
- master
@@ -64,7 +69,12 @@ docker_build_and_publish_staging:
tags:
- docker
only:
- master
changes:
- Dockerfile
- assets/*
- modules
refs:
- master
docker_build_and_publish_production:
stage: build_and_publish
@@ -100,4 +110,5 @@ docker_build_and_publish_production:
except:
- branches
only:
- /^release\/.*/
refs:
- /^release\/.*/