From 150e1e8af6d8c46e1446e7fa7a51835ef51be499 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Sun, 12 Aug 2018 11:55:42 -0400 Subject: [PATCH] modify cloudbuild --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index efef7e4..650b72a 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -3,7 +3,7 @@ steps: args: [ 'build', '-t', 'gcr.io/znetstar-net/tor-router', '.' ] - name: 'gcr.io/znetstar-net/tor-router' entrypoint: '/app/node_modules/.bin/mocha' - args: [ '/app/test/test.js' ] + args: [ '--exit', '/app/test/test.js' ] - name: 'gcr.io/cloud-builders/docker' args: [ 'push', 'gcr.io/znetstar-net/tor-router' ] images: ['gcr.io/znetstar-net/tor-router'] \ No newline at end of file