Changeset - c16989d00629
[Not reviewed]
0 1 0
James Polley - 6 years ago 2018-06-09 01:22:27
jp@jamezpolley.com
Build the test image for all branches except master
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
.gitlab-ci.yml
Show inline comments
...
 
@@ -45,8 +45,8 @@ build_2019_dev_image:
 
    - docker push asia.gcr.io/linuxconfsydney/symposion_app_2019_dev:$CI_COMMIT_SHA
 
    - docker tag asia.gcr.io/linuxconfsydney/symposion_app_2019_dev:$CI_COMMIT_SHA asia.gcr.io/linuxconfsydney/symposion_app_2019_dev:latest
 
    - docker push asia.gcr.io/linuxconfsydney/symposion_app_2019_dev:latest
 
  only:
 
    - dev/2019
 
  except:
 
    - master
 

	
 
k8s-2019_dev-deploy:
 
  image: google/cloud-sdk
0 comments (0 inline, 0 general)