summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-11-03 11:46:13 +0000
committerJavier Jardón <jjardon@gnome.org>2016-11-03 11:46:13 +0000
commitb756c610811b6e8d96c706a2267c988bb7946e69 (patch)
tree3237adfde3b28e0bbcac7d8b7e095a19996236e8
parent2ac828a9880ef8c6d839a6741dc17288c44ab0e5 (diff)
downloaddefinitions-staging/jjardon/python3.tar.gz
.gitlab-ci.yml: Use python3 branchstaging/jjardon/python3
Change-Id: I2406f4987ecef5751ef10cdbbcf479294e37380b
-rw-r--r--.gitlab-ci.yml4
1 files 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: