From ff51a269376ec05f5a2cae6439a7e82ebb4e972a Mon Sep 17 00:00:00 2001 From: devcurmudgeon Date: Tue, 17 Jan 2017 13:04:50 +0000 Subject: use debug version of ybd --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.1