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

path fix

parent 9751818a
No related branches found
No related tags found
No related merge requests found
......@@ -11,13 +11,12 @@ VOLUME /srv/srv
COPY . /srv/src/vcl
RUN cd /srv/src/vcl && ls && \
mkdir -p $GOPATH/src/code.vereign.com/code && \
ln -s `pwd` $GOPATH/src/code.vereign.com/code/ && \
cd $GOPATH/src/code.vereign.com/code/vcl && \
RUN \
cd $GOPATH/src/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 && \
export PKG=code.vereign.com/code/$CI_PROJECT_NAME && \
make && rm /tmp/store
#ln -s `pwd` $GOPATH/src/code.vereign.com/code/ && \
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment