From a82022ef6294dbed9e4629cf92b7d4c3c2a29eb8 Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Sun, 24 Feb 2019 23:06:21 +0100 Subject: [PATCH] =?UTF-8?q?utilise=20alpine=20plut=C3=B4t=20qu'une=20image?= =?UTF-8?q?=20ruby?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3548c26..fcd7d63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,4 @@ -image: ruby:2.3 - -variables: - JEKYLL_ENV: production - LC_ALL: C.UTF-8 - -before_script: - - curl https://gitlab.com/carnet-de-notes/sous-le-capot/raw/master/_config.yml > _configGl.yml - - curl https://gitlab.com/carnet-de-notes/sous-le-capot/raw/master/Gemfile > Gemfile - - bundle install +image: alpine:latest pages: stage: deploy