Commit b05604e7 by nabil el mahiri

using npm login

parent 92932546
Pipeline #354 canceled with stages
in 1 minute 37 seconds
...@@ -62,6 +62,8 @@ RUN apt-get update && apt-get install -y openssh-server ...@@ -62,6 +62,8 @@ RUN apt-get update && apt-get install -y openssh-server
# 4. Add github to our list of known hosts for ssh. # 4. Add github to our list of known hosts for ssh.
RUN mkdir -p /root/.ssh/ && \ RUN mkdir -p /root/.ssh/ && \
echo "$SSH_PRIVATE_KEY" > /root/.ssh/id_rsa && \ echo "$SSH_PRIVATE_KEY" > /root/.ssh/id_rsa && \
echo "Host *" > /root/.ssh/config &&\
echo "IPQoS 0 " > /root/.ssh/config &&\
chmod -R 600 /root/.ssh/ && \ chmod -R 600 /root/.ssh/ && \
ssh-keyscan labs.atlasvoyages.com >> /root/.ssh/known_hosts ssh-keyscan labs.atlasvoyages.com >> /root/.ssh/known_hosts
......
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