summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-04-30 17:07:30 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-12 00:22:19 +0100
commit4d498768cbdfbfd8499841eef014d6f8879d8ddd (patch)
tree2fe3d3714670eacc0670a23e0c86547897ee316d /.gitlab-ci.yml
parente4cc95cb586145d95089f89c125ee9edf00710ef (diff)
downloaddefinitions-4d498768cbdfbfd8499841eef014d6f8879d8ddd.tar.gz
.gitlab-ci.yml: Use fedora:26 docker image as default
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b1a0850..fea99672 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: debian:stretch
+image: fedora:26
variables:
YBD_base: "/cache/ybd_base"
@@ -12,7 +12,7 @@ stages:
before_script:
- export LC_ALL="C.UTF-8"
- - apt-get update -qq && apt-get install -y -qq git python-dev
+ - dnf install -y git python-devel
- export CI_YBD_BRANCH=`[[ "$CI_BUILD_REF_NAME" =~ ^staging/fromybd/ ]] && echo -b ${CI_BUILD_REF_NAME#staging/fromybd/}`
- git clone https://gitlab.com/baserock/spec.git
- git clone https://gitlab.com/baserock/ybd.git $CI_YBD_BRANCH