From b756c610811b6e8d96c706a2267c988bb7946e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 3 Nov 2016 11:46:13 +0000 Subject: .gitlab-ci.yml: Use python3 branch Change-Id: I2406f4987ecef5751ef10cdbbcf479294e37380b --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0221ae56..a5b3ff38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ -image: python:2.7-slim +image: python:3.5-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 -b lc/py3 - ybd/install_dependencies.sh build-system-x86_64-chroot-build: -- cgit v1.2.1