Commit 91c3c0a7 by nabil el mahiri

using npm login

parent fc53b767
Pipeline #404 canceled with stages
in 0 seconds
...@@ -66,9 +66,8 @@ RUN mkdir ~/.ssh && \ ...@@ -66,9 +66,8 @@ RUN mkdir ~/.ssh && \
echo "$SSH_PRIVATE_KEY" >> ~/.ssh/id_rsa && \ echo "$SSH_PRIVATE_KEY" >> ~/.ssh/id_rsa && \
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 && \
ssh-keyscan labs.atlasvoyages.com >> ~/.ssh/known_hosts && \ ssh-keyscan labs.atlasvoyages.com >> ~/.ssh/known_hosts
cat ~/.ssh/known_hosts && \ RUN cat ~/.ssh/known_hosts
cat ~/.ssh/id_rsa
RUN ssh -T git@labs.atlasvoyages.com RUN ssh -T git@labs.atlasvoyages.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