From 3fd1a456d413ab681ca6b41f1afc803acf22e1f1 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 21 Jan 2019 16:02:18 +0100
Subject: [PATCH] [data] Debug variable setup in gitlab-ci [ci skip]

---
 bob/devtools/data/gitlab-ci/single-package.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bob/devtools/data/gitlab-ci/single-package.yaml b/bob/devtools/data/gitlab-ci/single-package.yaml
index 675ac5e2..2ee09dfe 100644
--- a/bob/devtools/data/gitlab-ci/single-package.yaml
+++ b/bob/devtools/data/gitlab-ci/single-package.yaml
@@ -19,6 +19,8 @@ stages:
 .build_template: &build_job
   stage: build
   script:
+    - echo "conda-root is: ${CONDA_ROOT}"
+    - echo "bootstrap is: ${BOOTSTRAP}"
     - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
     - python3 bootstrap.py -vv channel bdt
     - source ${CONDA_ROOT}/etc/profile.d/conda.sh
@@ -65,6 +67,8 @@ build_linux_36:
     PYTHON_VERSION: "3.6"
     BUILD_EGG: "true"
   script:
+    - echo "conda-root is: ${CONDA_ROOT}"
+    - echo "bootstrap is: ${BOOTSTRAP}"
     - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
     - python3 bootstrap.py -vv channel bdt
     - source ${CONDA_ROOT}/etc/profile.d/conda.sh
-- 
GitLab