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