From 5580177b330829476c10c5754fed2316b21954fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sat, 10 Dec 2016 17:05:13 +0000 Subject: Try older ybd --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9245c981..d90d0779 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ before_script: - export LC_ALL="C.UTF-8" - apt-get update -qq && apt-get install -y -qq git - git clone https://gitlab.com/baserock/ybd.git + - cd ybd && git checkout HEAD~3 && cd .. - cd ybd && ./install_dependencies.sh && cd .. build-system-x86_64-chroot-build: -- cgit v1.2.1