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

path fix

parent e1b93842
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@ ENV GOPATH=/srv
VOLUME /srv/srv
COPY . /srv/src/vcl
COPY . /srv/src/code.vereign.com/code/vcl/
RUN \
cd $GOPATH/src/vcl && \
cd /srv/src/code.vereign.com/code/vcl && \
git config --global credential.https://code.vereign.com.username gitlab-ci-token && \
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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment