Commit 1622d81e by nabil el mahiri

using npm login

parent bd9aeb12
Pipeline #384 failed with stages
in 1 second
......@@ -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 labs.atlasvoyages.com >> /root/.ssh/known_hosts && \
ssh-keyscan git@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