Skip to content
Snippets Groups Projects

Use special gitlab https checkout for repos

Merged André Anjos requested to merge gitco into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -38,8 +38,7 @@ DOCUSER="${PYPIUSER:-unknown}"
@@ -38,8 +38,7 @@ DOCUSER="${PYPIUSER:-unknown}"
DOCPASS="${PYPIUSER:-unknown}"
DOCPASS="${PYPIUSER:-unknown}"
# The way to clone the repositories for this build
# The way to clone the repositories for this build
#GITLAB_CHECKOUT_STRATEGY="https://gitlab.idiap.ch/"
GITLAB_CHECKOUT_STRATEGY="https://gitlab-ci-token:${CI_BUILD_TOKEN}@gitlab.idiap.ch/"
GITLAB_CHECKOUT_STRATEGY="git@gitlab.idiap.ch:"
# Source useful functions
# Source useful functions
source ${basedir}/_ci/functions.sh
source ${basedir}/_ci/functions.sh
Loading