Commit d1f1cb14 by nabil el mahiri

using npm login

parent fa43174e
Pipeline #451 failed with stages
in 3 seconds
......@@ -56,7 +56,7 @@ RUN mkdir ~/.ssh && \
echo "$SSH_PRIVATE_KEY" >> ~/.ssh/id_rsa && \
chmod 0600 ~/.ssh/id_rsa && \
echo "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config && \
ssh -T git@labs.atlasvoyages.com << EOF
ssh -T git@labs.atlasvoyages.com
# echo "Host labs.atlasvoyages.com"$'\n\t'"IdentityFile ~/.ssh/id_rsa" >> ~/.ssh/config
# RUN touch ~/.ssh/known_hosts
......@@ -70,7 +70,7 @@ RUN cat ~/.ssh/id_rsa
# RUN ssh -T gitlab.com
# RUN ssh -T git@gitlab.com
RUN ssh -T git@labs.atlasvoyages.com
# RUN ssh -T git@labs.atlasvoyages.com
# RUN sed -i 's/git+ssh:\/\/git@labs.atlasvoyages.com:/git+https:\/\/oauth2:'$BUILD_TOKEN'@glabs.atlasvoyages.com\//' ./package.json
# RUN git clone https://nabilelmahiri:arigatou%4065@labs.atlasvoyages.com/pine/theme-atlasvoyages.git -b 0.3-beta-v1
......
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