summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordevcurmudgeon <paul.sherwood@codethink.co.uk>2017-01-17 13:04:50 +0000
committerdevcurmudgeon <paul.sherwood@codethink.co.uk>2017-01-17 13:04:50 +0000
commitff51a269376ec05f5a2cae6439a7e82ebb4e972a (patch)
treedd16b4f54153f0a5f3cad78601f09f42e2c94587
parent3d4e195b36a159b40838b3b25d2a9e7f65f53a52 (diff)
downloaddefinitions-ff51a269376ec05f5a2cae6439a7e82ebb4e972a.tar.gz
use debug version of ybd
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47f435ea..d53a8240 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,8 @@ before_script:
- 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
- git clone https://gitlab.com/baserock/ybd.git $CI_YBD_BRANCH
- - cd ybd && ./install_dependencies.sh && cd ..
+ -
+ - cd ybd && git checkout ps-debug-install && ./install_dependencies.sh && cd ..
- pip install -r spec/requirements.txt
build-system-x86_64-chroot-build: