This commit is contained in:
2017-08-28 02:36:23 +02:00
parent 4646862fd6
commit 45c91f3dc1
2 changed files with 4 additions and 4 deletions

View File

@ -127,7 +127,7 @@ export let pull = async (argvArg) => {
.then(helpers.sortDockerfiles)
.then(helpers.mapDockerfiles)
for (let dockerfile of dockerfileArray) {
dockerfile.pull(localDockerRegistry, suffix)
await dockerfile.pull(localDockerRegistry, suffix)
}
}