From fb5fa476116e9055917e3ed499030ae91fe293c2 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 21 Jan 2019 15:44:00 +0100 Subject: [PATCH] [data] Define bootstrap script for CI within the yaml file itself --- bob/devtools/data/gitlab-ci/single-package.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bob/devtools/data/gitlab-ci/single-package.yaml b/bob/devtools/data/gitlab-ci/single-package.yaml index 35e963db..8ea18b74 100644 --- a/bob/devtools/data/gitlab-ci/single-package.yaml +++ b/bob/devtools/data/gitlab-ci/single-package.yaml @@ -5,6 +5,7 @@ # Definition of global variables (all stages) variables: CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda" + BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py" # Definition of our build pipeline order -- GitLab