summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-01-28 19:30:23 +0000
committerJavier Jardón <jjardon@gnome.org>2017-01-28 19:30:23 +0000
commit398a5c68bb38e34766bd9a702844e144ae51e349 (patch)
treeae0fffcc9e8b67ff74db3c5dbe44dae1cd8745f6
parentc686950a04d3d28218b6526a14ab74fc6987e50d (diff)
downloaddefinitions-398a5c68bb38e34766bd9a702844e144ae51e349.tar.gz
Debug
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d6aa3c2..70b9c229 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ before_script:
- apt-get update -qq && apt-get install -y -qq git
- export CI_YBD_BRANCH=`[[ "$CI_BUILD_REF_NAME" =~ ^staging/fromybd/ ]] && echo -b ${CI_BUILD_REF_NAME#staging/fromybd/}`
- git clone https://gitlab.com/baserock/spec.git
+ - echo "$CI_YBD_BRANCH"
- git clone https://gitlab.com/baserock/ybd.git $CI_YBD_BRANCH
- cd ybd && ./install_dependencies.sh && cd ..
- pip install -r spec/requirements.txt