From 05aac304d37e3e0aaebb706d4209dcce7a96c3a9 Mon Sep 17 00:00:00 2001 From: Bryan BRANCOTTE <bryan.brancotte@pasteur.fr> Date: Fri, 21 Jun 2024 13:02:32 +0200 Subject: [PATCH] Revert "don't fetch fragment as not used anyway" This reverts commit ca36e80bfcfba9d682bc44bb1843a9f76d341f8a --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97b383e..2975348 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,6 @@ fetch_fragments: stage: build needs: [] - rules: - - if: $CI_COMMIT_BRANCH == "docs" image: alpine:latest variables: JOB_NAME: publish_listing -- GitLab