From 11f4a05011f718b7eb1eed922c8487afa701575a Mon Sep 17 00:00:00 2001 From: James Polley Date: Mon, 2 Jul 2018 02:10:05 +1000 Subject: [PATCH] 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 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcba718f..664a1f06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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