Commit 96acfccd by nabil el mahiri

npm login

parent 7f8f52c5
Pipeline #490 failed with stages
in 7 seconds
...@@ -89,7 +89,7 @@ COPY package*.json /atlasvoyages/ ...@@ -89,7 +89,7 @@ COPY package*.json /atlasvoyages/
# RUN include deploy token in gitlab urls in each of the modules # RUN include deploy token in gitlab urls in each of the modules
RUN sed -i 's/git+ssh:\/\/git@labs.atlasvoyages.com:/git+http:\/\/gitlab-ci-token:'$DEPLOY_TOKEN'@labs.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
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