This commit is contained in:
Philipp Kunz 2017-05-15 15:21:56 +02:00
parent 8f0092b2ef
commit 5065587275
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,7 @@ import { bashBare } from './npmci.bash'
* builds a cwd of Dockerfiles by triggering a promisechain
*/
export let build = async () => {
plugins.beautylog.log('Now building Dockerfiles:')
await readDockerfiles()
.then(sortDockerfiles)
.then(mapDockerfiles)