summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-01-28 19:00:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-01-28 19:12:06 +0000
commitac0ad27288e3397be426dda92b0369006e334265 (patch)
tree5d764fb9c1efd3973abfe211f9bf0a0fba1b1ef7
parentc686950a04d3d28218b6526a14ab74fc6987e50d (diff)
downloaddefinitions-jjardon/change_docker_image.tar.gz
.gitlab-ci.yml: Use Fedorajjardon/change_docker_image
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d6aa3c2..e5441356 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: debian:jessie
+image: fedora:25
stages:
- validate
@@ -9,7 +9,7 @@ stages:
before_script:
- export LC_ALL="C.UTF-8"
- - apt-get update -qq && apt-get install -y -qq git
+ - dnf -y install git which
- 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