From 48598d6657962e11573ae40a50fed7753537dfad Mon Sep 17 00:00:00 2001 From: devcurmudgeon Date: Tue, 17 Jan 2017 13:06:36 +0000 Subject: Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d53a8240..9f678381 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,6 @@ 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 && git checkout ps-debug-install && ./install_dependencies.sh && cd .. - pip install -r spec/requirements.txt -- cgit v1.2.1