Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 308d969540 | |||
| 5065587275 | |||
| 8f0092b2ef | |||
| e81d001aeb | |||
| 993f6f691e | |||
| 64053de75a |
@@ -1,4 +1,4 @@
|
|||||||
image: node:latest
|
image: hosttoday/ht-docker-node:stable
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|||||||
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
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmci",
|
"name": "npmci",
|
||||||
"version": "2.3.57",
|
"version": "2.3.60",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user