Commit 90576c09 by nabil el mahiri

using npm login

parent 58cf93a5
Pipeline #341 failed with stages
in 2 minutes 14 seconds
...@@ -7,6 +7,7 @@ variables: ...@@ -7,6 +7,7 @@ variables:
CI_DEBUG_TRACE: "true" CI_DEBUG_TRACE: "true"
before_script: before_script:
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@labs.atlasvoyages.com/group/repo.git".insteadOf git@labs.atlasvoyages.com:group/repo.git
- docker info - docker info
- echo $CI_BUILD_REF - echo $CI_BUILD_REF
- echo $CI_PROJECT_DIR - echo $CI_PROJECT_DIR
......
...@@ -49,9 +49,9 @@ COPY package*.json /atlasvoyages/ ...@@ -49,9 +49,9 @@ COPY package*.json /atlasvoyages/
# RUN git config --global http.proxy http://<username>:<password>@<proxy-server-url>:<port> # RUN git config --global http.proxy http://<username>:<password>@<proxy-server-url>:<port>
# RUN echo "//<npm-registry>:8080/:_authToken=KB9DEBiM5vNeGPwinPuj" > ~/.npmrc # RUN echo "//<npm-registry>:8080/:_authToken=KB9DEBiM5vNeGPwinPuj" > ~/.npmrc
# RUN git config --global url."https://".insteadOf git://
RUN git clone https://gitlab-ci-token:KB9DEBiM5vNeGPwinPuj@labs.atlasvoyages.com/pine/theme-atlasvoyages.git -b 0.3-beta-v1
RUN git clone http://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