Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f544aef054 | |||
| cb6867dbde | |||
| 5316740a1a | |||
| 06bc1e59f8 |
6
dist/npmci.build.docker.js
vendored
6
dist/npmci.build.docker.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "npmci",
|
||||
"version": "2.1.14",
|
||||
"version": "2.1.16",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
||||
@@ -4,7 +4,7 @@ import * as NpmciEnv from "./npmci.env";
|
||||
|
||||
export let build = function(){
|
||||
let done = plugins.q.defer();
|
||||
plugins.gulp.dest("./Dockerfile*")
|
||||
plugins.gulp.src("./Dockerfile*")
|
||||
.pipe(readDockerfiles())
|
||||
.pipe(plugins.gulpFunction(function(){
|
||||
sortDockerfiles()
|
||||
@@ -15,7 +15,7 @@ export let build = function(){
|
||||
}
|
||||
|
||||
let readDockerfiles = function(){
|
||||
return plugins.through2(function(file,enc,cb){
|
||||
return plugins.through2.obj(function(file,enc,cb){
|
||||
let myDockerfile = new Dockerfile({
|
||||
filePath:file.path,
|
||||
read:true
|
||||
|
||||
Reference in New Issue
Block a user