update to support more detailed docker publishing

This commit is contained in:
2017-07-27 13:15:39 +02:00
parent fdfb600bea
commit 66bb3a10b7
14 changed files with 111 additions and 47 deletions

View File

@ -45,7 +45,7 @@ tap.test('should sort an array of Dockerfiles', async () => {
})
tap.test('should correctly chain Dockerfile handling', async () => {
return NpmciBuildDocker.build()
return NpmciBuildDocker.build({})
})
tap.test('should publish all built Dockerfiles', async () => {