Skip to content

Commit 4cfe89b

Browse files
committed
Merge branch 'release/1.1.2'
2 parents 01efd32 + fa1c5e4 commit 4cfe89b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Dockerfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
FROM dr.cnvr.net:5000/mpub/base-cnvr-centos7-nodejs-chrome:released
2+
3+
COPY package.json /var/build/package.json
4+
WORKDIR /var/build
5+
6+
RUN node -v && \
7+
npm -v && \
8+
npm install npm@latest -g && \
9+
npm config set registry http://vault.cnvrmedia.net/nexus/content/groups/npm-all/ && \
10+
npm install --unsafe-perm && \
11+
npm cache verify
12+
13+
14+
COPY . /var/build
15+
16+
CMD npm run test-bamboo

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubcid",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Publisher Common ID",
55
"scripts": {
66
"lint": "eslint src/**/*.js",

0 commit comments

Comments
 (0)