Skip to content
Snippets Groups Projects
Commit 513d63a3 authored by alex kuklin's avatar alex kuklin
Browse files

yarnpkg - yarn symlink

parent f153efe6
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ COPY . /srv/src/code.vereign.com/code/vcl/ ...@@ -13,6 +13,7 @@ COPY . /srv/src/code.vereign.com/code/vcl/
RUN \ RUN \
cd /srv/src/code.vereign.com/code/vcl && \ cd /srv/src/code.vereign.com/code/vcl && \
ln -s /usr/bin/yarnpkg /usr/bin/yarn && \
git config --global credential.https://code.vereign.com.username gitlab-ci-token && \ git config --global credential.https://code.vereign.com.username gitlab-ci-token && \
git config --global credential.helper "store --file /tmp/store" && \ git config --global credential.helper "store --file /tmp/store" && \
echo https://gitlab-ci-token:$CI_JOB_TOKEN@code.vereign.com > /tmp/store && cat /tmp/store && \ echo https://gitlab-ci-token:$CI_JOB_TOKEN@code.vereign.com > /tmp/store && cat /tmp/store && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment