From cf438b523cbc168c9dc8688b57e56a0f1d2e5661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Wed, 20 Sep 2023 22:23:10 +0200 Subject: [PATCH] ci: pages test removed --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af9be50..0c9f288 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -283,15 +283,3 @@ pages: # a pages deploy - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH -pages_test: - image: ruby:2.7 - stage: test - script: - - gem install bundler - - bundle install - - bundle exec jekyll build -d test - artifacts: - paths: - - test - rules: - - if: $CI_COMMIT_BRANCH != "main"