1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 23:30:05 +02:00

build: remove --build-arg from compose

This commit is contained in:
Sérgio Ramos 2017-06-01 15:44:46 +01:00
parent 0fd6884e68
commit 46ff73d82a

View File

@ -162,9 +162,7 @@ const deploy = async () => {
'up',
'-d',
'--build',
'--force-recreate',
'--build-arg',
`CIRCLE_BRANCH=${process.env.CIRCLE_BRANCH}`
'--force-recreate'
],
{
stdio: 'inherit',