diff --git a/build.sh b/build.sh index 7585e60e6e44d98c0d5b15f92b442e94ef3d9d29..cbd3ca42be96847f71b7c385df7d66763159d0ca 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