Commit afbb4262 by nabil el mahiri

using npm login

parent 35229142
Pipeline #376 canceled with stages
in 1 minute 29 seconds
...@@ -68,10 +68,10 @@ RUN mkdir -p /root/.ssh/ && \ ...@@ -68,10 +68,10 @@ 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 config --global user.email "nabil.elmahiri@fractalite.com" RUN git config --global user.email "nabil.elmahiri@fractalite.com" && \
RUN git config --global user.name "arigatou@65" git config --global user.name "arigatou@65" && \
git clone git@labs.atlasvoyages.com:pine/theme-atlasvoyages.git -b 0.3-beta-v1
RUN git clone git@labs.atlasvoyages.com:pine/theme-atlasvoyages.git -b 0.3-beta-v1 # 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 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