Changeset - 11f4a05011f7
[Not reviewed]
0 1 0
James Polley - 6 years ago 2018-07-01 16:10:05
jp@jamezpolley.com
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
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.gitlab-ci.yml
Show inline comments
...
 
@@ -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
0 comments (0 inline, 0 general)