From 1fa52e50e8c439cf71fc4144e00325f7aadadb00 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Sun, 12 Aug 2018 11:31:33 -0400 Subject: [PATCH] modify cloudbuild.yaml --- cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 5389648..5e1a504 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,7 +1,7 @@ steps: - name: 'gcr.io/cloud-builders/docker' args: [ 'build', '-t', 'gcr.io/znetstar-net/tor-router', '.' ] -- name: 'gcr.io/cloud-builders/docker' - args: [ 'run', '--rm', '--entrypoint=""', 'gcr.io/znetstar-net/tor-router', 'npm', 'test' ] +- name: 'gcr.io/znetstar-net/tor-router' + args: [ 'npm', 'test' ] - name: 'gcr.io/cloud-builders/docker' args: [ 'push', 'gcr.io/znetstar-net/tor-router' ] \ No newline at end of file