modify cloudbuild.yaml

This commit is contained in:
Zachary Boyd 2018-08-12 11:36:58 -04:00
parent 1fa52e50e8
commit b0705d129d

View file

@ -2,6 +2,7 @@ steps:
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/znetstar-net/tor-router', '.' ]
- name: 'gcr.io/znetstar-net/tor-router'
entrypoint: ""
args: [ 'npm', 'test' ]
- name: 'gcr.io/cloud-builders/docker'
args: [ 'push', 'gcr.io/znetstar-net/tor-router' ]