Commit fa43174e by nabil el mahiri

using npm login

parent 734b21c7
Pipeline #450 failed with stages
in 2 seconds
......@@ -55,7 +55,7 @@ ARG BUILD_TOKEN
RUN mkdir ~/.ssh && \
echo "$SSH_PRIVATE_KEY" >> ~/.ssh/id_rsa && \
chmod 0600 ~/.ssh/id_rsa && \
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config && \
echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config && \
ssh -T git@labs.atlasvoyages.com << EOF
# echo "Host labs.atlasvoyages.com"$'\n\t'"IdentityFile ~/.ssh/id_rsa" >> ~/.ssh/config
......
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