Commit 2aa0313e by nabil el mahiri

using npm login

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