From 4ffc3669e9f0b304a988a7fb663c5cb5f60c9f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 30 Apr 2017 17:07:30 +0100 Subject: .gitlab-ci.yml: Use fedora:26 docker image as default --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7330df69..1711f40a 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" @@ -17,7 +17,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 -- cgit v1.2.1