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:
James Polley 2018-07-02 02:10:05 +10:00
parent 911b12564b
commit 11f4a05011

View file

@ -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