From f153efe67f142c203964acf2101664445d9730df Mon Sep 17 00:00:00 2001 From: alex kuklin <alex@kuklin.eu> Date: Fri, 15 Feb 2019 15:06:37 +0200 Subject: [PATCH] path fix --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6997895..542e231 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ -- GitLab