Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1bcb1f8fee | |||
| d98d8e9667 | |||
| 3ac486312e |
@@ -3,7 +3,6 @@ npmci is your friend when it comes to handling npm packages during CI builds. It
|
||||
|
||||
## Status
|
||||
[](https://gitlab.com/pushrocks/npmci/commits/master)
|
||||
[](https://ci.appveyor.com/project/philkunz/npmci/branch/master)
|
||||
|
||||
## Usage
|
||||
npmci is designed to work in docker CI environments. The following docker images come with npmci presinstalled:
|
||||
|
||||
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",
|
||||
"version": "2.1.33",
|
||||
"version": "2.1.34",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
||||
@@ -172,8 +172,7 @@ export class Dockerfile {
|
||||
|
||||
bashBare("docker run -v " +
|
||||
plugins.path.join(paths.NpmciProjectDir,"./test") + ":/test/ " +
|
||||
"--name " + this.containerName);
|
||||
bashBare("docker stop /" + this.containerName);
|
||||
"--name " + this.containerName + " /test/" + "test_" + this.version);
|
||||
};
|
||||
release(){
|
||||
bashBare("docker tag " + this.getId() + " " + this.releaseTag);
|
||||
|
||||
Reference in New Issue
Block a user