From 46ff73d82a0b565c28348e866fff7e9c5b1b0449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Thu, 1 Jun 2017 15:44:46 +0100 Subject: [PATCH] build: remove --build-arg from compose --- scripts/deploy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/deploy b/scripts/deploy index c19612e7..7a4915f2 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -162,9 +162,7 @@ const deploy = async () => { 'up', '-d', '--build', - '--force-recreate', - '--build-arg', - `CIRCLE_BRANCH=${process.env.CIRCLE_BRANCH}` + '--force-recreate' ], { stdio: 'inherit',