Commit 806a4628 by nabil el mahiri

using npm login

parent 14c8b28c
Pipeline #336 failed with stages
in 2 minutes 17 seconds
...@@ -43,7 +43,7 @@ WORKDIR /atlasvoyages ...@@ -43,7 +43,7 @@ WORKDIR /atlasvoyages
COPY package*.json /atlasvoyages/ COPY package*.json /atlasvoyages/
RUN npm install --global grunt-cli # RUN npm install --global grunt-cli
# RUN git config --global http.proxy http://<username>:<password>@<proxy-server-url>:<port> # RUN git config --global http.proxy http://<username>:<password>@<proxy-server-url>:<port>
...@@ -51,7 +51,7 @@ RUN npm install --global grunt-cli ...@@ -51,7 +51,7 @@ RUN npm install --global grunt-cli
# RUN echo "//<npm-registry>:8080/:_authToken=KB9DEBiM5vNeGPwinPuj" > ~/.npmrc # RUN echo "//<npm-registry>:8080/:_authToken=KB9DEBiM5vNeGPwinPuj" > ~/.npmrc
RUN git config --global url."http://".insteadOf git:// RUN git config --global url."http://".insteadOf git://
RUN expect -f ./sh/npm_login_expect nabilelmahiri arigatou@65 "nabil.elmahiri@fractalite.com" && npm i -S git+http://nabilelmahiri:_uLszKm2QvRcG_GCojPj@labs.atlasvoyages.com/pine/pine-express.git#0.3-dev RUN expect -f ./sh/npm_login_expect nabilelmahiri arigatou@65 "nabil.elmahiri@fractalite.com" && npm i -S git+http://nabilelmahiri@labs.atlasvoyages.com/pine/pine-express.git#0.3-dev
# RUN mongorestore --host localhost --port 27017 --gzip --archive=atlasvoyages-dev.archive # RUN mongorestore --host localhost --port 27017 --gzip --archive=atlasvoyages-dev.archive
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment