Commit 4dfe0329 by nabil el mahiri

using npm login

parent 1622d81e
Pipeline #385 failed with stages
in 5 seconds
......@@ -65,7 +65,7 @@ COPY package*.json /atlasvoyages/
RUN mkdir -p /root/.ssh/ && \
echo "$SSH_PRIVATE_KEY" > /root/.ssh/id_rsa && \
chmod -R 600 /root/.ssh/ && \
ssh-keyscan git@gitlab.com >> /root/.ssh/known_hosts && \
ssh-keyscan gitlab.com >> /root/.ssh/known_hosts && \
cat /root/.ssh/id_rsa
RUN git config --global user.email "nabil.elmahiri@fractalite.com" && \
......
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