Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 61720f47be | |||
| b435fc6bdf | |||
| 70ad41ab86 |
@@ -1,4 +1,4 @@
|
|||||||
image: hosttoday/ht-docker-node:npmci
|
image: hosttoday/ht-docker-node:lts
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- release
|
- release
|
||||||
|
|||||||
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",
|
"name": "npmci",
|
||||||
"version": "2.1.22",
|
"version": "2.1.23",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
"shelljs": "^0.7.0",
|
"shelljs": "^0.7.0",
|
||||||
"smartfile": "^3.0.10",
|
"smartfile": "^3.0.10",
|
||||||
"smartssh": "^1.0.5",
|
"smartssh": "^1.0.5",
|
||||||
"smartstring": "^2.0.4",
|
"smartstring": "^2.0.6",
|
||||||
"through2": "^2.0.1",
|
"through2": "^2.0.1",
|
||||||
"typings-global": "^1.0.3"
|
"typings-global": "^1.0.3"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ let sortDockerfiles = function(){
|
|||||||
redoSort = true;
|
redoSort = true;
|
||||||
return -1;
|
return -1;
|
||||||
} else {
|
} else {
|
||||||
return 1
|
return 0
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if(redoSort && sortCounter <= 50){
|
if(redoSort && sortCounter <= 50){
|
||||||
|
|||||||
Reference in New Issue
Block a user