From 11f4a05011f718b7eb1eed922c8487afa701575a 2018-07-01 16:10:05 From: James Polley Date: 2018-07-01 16:10:05 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 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcba718fd7500a3412ac54c964965ff0fe0ced29..664a1f06643184e5fba099634ef918db044e0b93 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