Commit 290489c0 by nabil el mahiri

using npm login

parent 2aa0313e
Pipeline #413 failed with stages
in 2 minutes 17 seconds
...@@ -68,7 +68,7 @@ RUN mkdir ~/.ssh && \ ...@@ -68,7 +68,7 @@ RUN mkdir ~/.ssh && \
chmod 0600 ~/.ssh/id_rsa && \ chmod 0600 ~/.ssh/id_rsa && \
echo "Host labs.atlasvoyages.com"$'\n\t'"IdentityFile ~/.ssh/id_rsa" >> ~/.ssh/config echo "Host labs.atlasvoyages.com"$'\n\t'"IdentityFile ~/.ssh/id_rsa" >> ~/.ssh/config
RUN touch ~/.ssh/known_hosts RUN touch ~/.ssh/known_hosts
RUN ssh-keyscan -t rsa 192.168.168.174 RUN ssh-keyscan -t rsa labs.atlasvoyages.com
RUN ssh-keyscan -t rsa gitlab.com RUN ssh-keyscan -t rsa gitlab.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