summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-10-28 17:07:09 +0100
committerJavier Jardón <jjardon@gnome.org>2016-11-08 19:18:37 +0000
commit2475dd8cd6210c06a76abb3ccec7b1a32a673b85 (patch)
tree617aced80337b673ebf9a070732e82a208d7c8ad
parenta62b5a5d045ccf210bbcb14eb19bb4e991506975 (diff)
downloaddefinitions-1-implement-usr-merge.tar.gz
.gitlab-ci.yml: Use tiago branchjjardon/usr-merge1-implement-usr-merge
Change-Id: I2153236a07e36cd45739fa9bfcac7d10752ca614
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74d527e3..a1c364cc 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/tacgomes/ybd.git -b tacgomes/artifact-splitting
- cd ybd && ./install_dependencies.sh && cd ..
build-system-x86_64-chroot-build: