Commit 9924a133 by nabil el mahiri

npm login

parent 2c45fed3
Pipeline #461 canceled with stages
in 0 seconds
...@@ -80,7 +80,7 @@ WORKDIR /atlasvoyages ...@@ -80,7 +80,7 @@ WORKDIR /atlasvoyages
# RUN expect -f ./sh/npm_login_expect nabilelmahiri arigatou@65 "nabil.elmahiri@fractalite.com" # RUN expect -f ./sh/npm_login_expect nabilelmahiri arigatou@65 "nabil.elmahiri@fractalite.com"
COPY package*.json /atlasvoyages/ COPY package*.json /atlasvoyages/
RUN sed -i 's/git+ssh:\/\/git@labs.atlasvoyages.com:/git+https:\/\/npm:'$DEPLOY_TOKEN'@glabs.atlasvoyages.com\//' ./package.json # RUN sed -i 's/git+ssh:\/\/git@labs.atlasvoyages.com:/git+https:\/\/npm:'$DEPLOY_TOKEN'@glabs.atlasvoyages.com\//' ./package.json
RUN npm install --unsafe-perm=true RUN npm install --unsafe-perm=true
COPY ./ /atlasvoyages/ COPY ./ /atlasvoyages/
......
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