We do need to build images on the dev/2019 branch
These images are later promoted to prod once the commit merges into the 2019 branch
This commit is contained in:
parent
911b12564b
commit
11f4a05011
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ build_2019_image:
|
|||
- docker push "${CONTAINER_IMAGE_2019}"_dev:$CI_COMMIT_REF_SLUG
|
||||
except:
|
||||
- "2019"
|
||||
- "dev/2019"
|
||||
- "master"
|
||||
|
||||
|
||||
2019-prod-deploy:
|
||||
image: google/cloud-sdk
|
||||
|
|
Loading…
Reference in a new issue