Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7394ff730 | |||
| c74bd67008 |
5
dist/npmci.build.docker.js
vendored
5
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.41",
|
"version": "2.1.42",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -173,6 +173,9 @@ export class Dockerfile {
|
|||||||
let testFile = plugins.path.join(paths.NpmciTestDir,"test_" + this.version + ".sh");
|
let testFile = plugins.path.join(paths.NpmciTestDir,"test_" + this.version + ".sh");
|
||||||
let testExists = plugins.smartfile.checks.fileExistsSync(testFile);
|
let testExists = plugins.smartfile.checks.fileExistsSync(testFile);
|
||||||
if(testExists){
|
if(testExists){
|
||||||
|
console.log("docker run -v " +
|
||||||
|
paths.NpmciTestDir + ":/test " +
|
||||||
|
"--name " + this.containerName + " " + this.buildTag + " /test/" + "test_" + this.version + ".sh");
|
||||||
bashBare("docker run -v " +
|
bashBare("docker run -v " +
|
||||||
paths.NpmciTestDir + ":/test " +
|
paths.NpmciTestDir + ":/test " +
|
||||||
"--name " + this.containerName + " " + this.buildTag + " /test/" + "test_" + this.version + ".sh");
|
"--name " + this.containerName + " " + this.buildTag + " /test/" + "test_" + this.version + ".sh");
|
||||||
|
|||||||
Reference in New Issue
Block a user