Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f510277c16 | |||
| 2d61640c91 | |||
| e4507b7073 |
4
dist/npmci.build.docker.js
vendored
4
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.39",
|
||||
"version": "2.1.40",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
||||
3
test/assets/test/test_latest.sh
Normal file → Executable file
3
test/assets/test/test_latest.sh
Normal file → Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
npm -v
|
||||
node -v
|
||||
@@ -175,7 +175,7 @@ export class Dockerfile {
|
||||
);
|
||||
if(testExists){
|
||||
bashBare("docker run -v " +
|
||||
plugins.path.join(paths.NpmciProjectDir,"./test") + ":/test/ " +
|
||||
plugins.path.join(paths.NpmciProjectDir,"./test/") + ":/test/ " +
|
||||
"--name " + this.containerName + " " + this.buildTag + " /test/" + "test_" + this.version + ".sh");
|
||||
} else {
|
||||
plugins.beautylog.warn("skipping tests for " + this.cleanTag + " because no testfile was found!");
|
||||
|
||||
Reference in New Issue
Block a user