summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-01 17:54:44 +0000
committerJavier Jardón <jjardon@gnome.org>2016-11-14 17:33:40 +0000
commit22f56d35bf7b392fa163a32b333ddef53a84645b (patch)
tree3694d32206148b22d36e91fe147c847469d45965
parent05b36e00bcce891b05373b5af105aadfcabcd61a (diff)
downloaddefinitions-22f56d35bf7b392fa163a32b333ddef53a84645b.tar.gz
Use jjardon/py3.4 ybd bracnh
Change-Id: Ic0e515e12b42f58a08c0a929013808233077d47f
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
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: