From 22f56d35bf7b392fa163a32b333ddef53a84645b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 1 Nov 2016 17:54:44 +0000 Subject: Use jjardon/py3.4 ybd bracnh Change-Id: Ic0e515e12b42f58a08c0a929013808233077d47f --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f2184df..0ff1ee6b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,8 @@ image: python:2.7-slim 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 && ./install_dependencies.sh && cd .. + - git clone https://gitlab.com/baserock/ybd.git -b jjardon/lc/py3.4 - cd ybd && ./install_dependencies.sh && cd .. build-system-x86_64-chroot-build: -- cgit v1.2.1