Commit 026d2a86 by nabil el mahiri

npm login

parent e3f0693a
Pipeline #472 failed with stages
in 1 minute 18 seconds
...@@ -83,7 +83,7 @@ WORKDIR /atlasvoyages ...@@ -83,7 +83,7 @@ WORKDIR /atlasvoyages
COPY package*.json /atlasvoyages/ COPY package*.json /atlasvoyages/
RUN sed -i 's/git+ssh:\/\/git@labs.atlasvoyages.com:/git+http:\/\/gitlab-ci-token:'$DEPLOY_TOKEN'@glabs.atlasvoyages.com\//' ./package.json RUN sed -i 's/git+ssh:\/\/git@labs.atlasvoyages.com:/git+http:\/\/gitlab-ci-token:'$DEPLOY_TOKEN'@labs.atlasvoyages.com\//' ./package.json
RUN npm install --unsafe-perm=true RUN npm install --unsafe-perm=true
......
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