From d3ca0d8bd5ffd227ee7bf8c4a7ec0ad685ae1b3f Mon Sep 17 00:00:00 2001 From: Andre Anjos Date: Tue, 3 Jan 2017 16:32:20 +0100 Subject: [PATCH] Use special gitlab https checkout for repos --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 7585e60..cbd3ca4 100755 --- a/build.sh +++ b/build.sh @@ -38,8 +38,7 @@ DOCUSER="${PYPIUSER:-unknown}" DOCPASS="${PYPIUSER:-unknown}" # The way to clone the repositories for this build -#GITLAB_CHECKOUT_STRATEGY="https://gitlab.idiap.ch/" -GITLAB_CHECKOUT_STRATEGY="git@gitlab.idiap.ch:" +GITLAB_CHECKOUT_STRATEGY="https://gitlab-ci-token:${CI_BUILD_TOKEN}@gitlab.idiap.ch/" # Source useful functions source ${basedir}/_ci/functions.sh -- GitLab