Commit 35229142 by nabil el mahiri

using npm login

parent 44899f60
Pipeline #375 canceled with stages
in 1 minute 18 seconds
...@@ -68,8 +68,11 @@ RUN mkdir -p /root/.ssh/ && \ ...@@ -68,8 +68,11 @@ RUN mkdir -p /root/.ssh/ && \
ssh-keyscan labs.atlasvoyages.com >> /root/.ssh/known_hosts && \ ssh-keyscan labs.atlasvoyages.com >> /root/.ssh/known_hosts && \
cat /root/.ssh/id_rsa cat /root/.ssh/id_rsa
# RUN git clone git@labs.atlasvoyages.com:pine/theme-atlasvoyages.git -b 0.3-beta-v1 RUN git config --global user.email "nabil.elmahiri@fractalite.com"
RUN git clone https://nabilelmahiri:arigatou%4065@labs.atlasvoyages.com/pine/theme-atlasvoyages.git -b 0.3-beta-v1 RUN git config --global user.name "arigatou@65"
RUN git clone git@labs.atlasvoyages.com:pine/theme-atlasvoyages.git -b 0.3-beta-v1
# RUN git clone https://nabilelmahiri:arigatou%4065@labs.atlasvoyages.com/pine/theme-atlasvoyages.git -b 0.3-beta-v1
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