modify cloudbuild.yaml

This commit is contained in:
Zachary Boyd 2018-08-12 11:40:21 -04:00
parent b0705d129d
commit e0e5d50c35

View file

@ -2,7 +2,8 @@ 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' ]
entrypoint: 'npm'
args: [ 'test' ]
- name: 'gcr.io/cloud-builders/docker'
args: [ 'push', 'gcr.io/znetstar-net/tor-router' ]
args: [ 'push', 'gcr.io/znetstar-net/tor-router' ]
images: ['gcr.io/znetstar-net/tor-router']