From a7d3b5b8a8b9ece1dd1e72bf0fe8e5c270d76d93 Mon Sep 17 00:00:00 2001 From: Ana Huelamo Date: Tue, 25 Oct 2016 10:41:27 +0100 Subject: Modified .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f2184df..78d90dc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ 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 + - git clone https://gitlab.com/baserock/ybd.git && cd ybd && git checkout tacgomes/artifact-splitting && cd .. - cd ybd && ./install_dependencies.sh && cd .. build-system-x86_64-chroot-build: -- cgit v1.2.1