update
This commit is contained in:
parent
8f0092b2ef
commit
5065587275
3
dist/npmci.build.docker.js
vendored
3
dist/npmci.build.docker.js
vendored
File diff suppressed because one or more lines are too long
@ -7,6 +7,7 @@ import { bashBare } from './npmci.bash'
|
|||||||
* builds a cwd of Dockerfiles by triggering a promisechain
|
* builds a cwd of Dockerfiles by triggering a promisechain
|
||||||
*/
|
*/
|
||||||
export let build = async () => {
|
export let build = async () => {
|
||||||
|
plugins.beautylog.log('Now building Dockerfiles:')
|
||||||
await readDockerfiles()
|
await readDockerfiles()
|
||||||
.then(sortDockerfiles)
|
.then(sortDockerfiles)
|
||||||
.then(mapDockerfiles)
|
.then(mapDockerfiles)
|
||||||
|
Loading…
Reference in New Issue
Block a user