From 6c9d09b4f31339589b59355d8f35f961eb84f0d8 Mon Sep 17 00:00:00 2001 From: alex kuklin <alex@kuklin.eu> Date: Tue, 20 Nov 2018 14:30:41 +0200 Subject: [PATCH] fix --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 980a2cd..4226e57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,4 +11,7 @@ build: - mkdir -p $GOPATH/src - ln -s `pwd` $GOPATH/src/ - 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 - make -- GitLab