test
This commit is contained in:
parent
3300db61b4
commit
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
@ -173,6 +173,9 @@ export class Dockerfile {
|
||||
let testFile = plugins.path.join(paths.NpmciTestDir,"test_" + this.version + ".sh");
|
||||
let testExists = plugins.smartfile.checks.fileExistsSync(testFile);
|
||||
if(testExists){
|
||||
console.log("docker run -v " +
|
||||
paths.NpmciTestDir + ":/test " +
|
||||
"--name " + this.containerName + " " + this.buildTag + " /test/" + "test_" + this.version + ".sh");
|
||||
bashBare("docker run -v " +
|
||||
paths.NpmciTestDir + ":/test " +
|
||||
"--name " + this.containerName + " " + this.buildTag + " /test/" + "test_" + this.version + ".sh");
|
||||
|
Loading…
Reference in New Issue
Block a user