From 30d369f1940293948523cc294cba93191101cd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Tue, 20 Jun 2017 16:49:15 +0100 Subject: [PATCH] ci: 'fix Unexpected string' --- scripts/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy b/scripts/deploy index 84924305..efd9f84b 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -103,7 +103,7 @@ const build = async () => { 'build', flatten(tags.map(name => ['-t', `${NAMESPACE}/${name}`])), '-f', - dockerfile + dockerfile, '.' ]), {