File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ LABEL homepage="https://nodesource.com"
6
6
LABEL maintainer="NodeSource"
7
7
8
8
RUN apt-get update && apt-get install -y g++ build-essential
9
- RUN npm install -g ncm-cli
10
-
11
- COPY entrypoint.sh /entrypoint.sh
9
+ RUN npm install -g https://github.com/nodesource/ncm-cli.git#gate
12
10
11
+ COPY . /
13
12
ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -l
2
2
3
+ rm -rf package-lock.json
4
+
3
5
if [[ " $2 " = " yes" ]]
4
6
then
5
7
FORCE_COLOR=1 IS_GITHUB_ACTION=true NCM_TOKEN=$1 ncm report --long
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " ncm-report-github-action" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " " ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/nodesource/ncm-report-github-action.git"
12
+ },
13
+ "author" : " " ,
14
+ "license" : " ISC" ,
15
+ "bugs" : {
16
+ "url" : " https://github.com/nodesource/ncm-report-github-action/issues"
17
+ },
18
+ "homepage" : " https://github.com/nodesource/ncm-report-github-action#readme"
19
+ }
You can’t perform that action at this time.
0 commit comments