Commit 7107bc01 by nabil el mahiri

using npm login

parent 4dfe0329
Pipeline #386 failed with stages
in 2 minutes 11 seconds
...@@ -65,15 +65,15 @@ COPY package*.json /atlasvoyages/ ...@@ -65,15 +65,15 @@ COPY package*.json /atlasvoyages/
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 && \
chmod -R 600 /root/.ssh/ && \ chmod -R 600 /root/.ssh/ && \
ssh-keyscan gitlab.com >> /root/.ssh/known_hosts && \ ssh-keyscan 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" && \
git config --global user.name "arigatou@65" git config --global user.name "arigatou@65"
RUN git clone git@gitlab.com:jinwoo-kim/training-jwkim.git
# 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
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