From e0e5d50c35c1f9e96683806b533ced723aaf65f9 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Sun, 12 Aug 2018 11:40:21 -0400 Subject: [PATCH] modify cloudbuild.yaml --- cloudbuild.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 27f286a..935df12 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -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' ] \ No newline at end of file + args: [ 'push', 'gcr.io/znetstar-net/tor-router' ] +images: ['gcr.io/znetstar-net/tor-router'] \ No newline at end of file