From 81bc4651cff3e46489b5439c10c6e3e2a49b8efd Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 21 Jan 2019 16:14:11 +0100
Subject: [PATCH] [data] Fix debug [ci skip]

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

diff --git a/bob/devtools/data/gitlab-ci/single-package.yaml b/bob/devtools/data/gitlab-ci/single-package.yaml
index 2ee09dfe..1bd17696 100644
--- a/bob/devtools/data/gitlab-ci/single-package.yaml
+++ b/bob/devtools/data/gitlab-ci/single-package.yaml
@@ -19,8 +19,8 @@ stages:
 .build_template: &build_job
   stage: build
   script:
-    - echo "conda-root is: ${CONDA_ROOT}"
-    - echo "bootstrap is: ${BOOTSTRAP}"
+    - 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
@@ -67,8 +67,8 @@ build_linux_36:
     PYTHON_VERSION: "3.6"
     BUILD_EGG: "true"
   script:
-    - echo "conda-root is: ${CONDA_ROOT}"
-    - echo "bootstrap is: ${BOOTSTRAP}"
+    - 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