From 2295ab78d8c55e0237e6e613432250262e82cbe0 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 19 Jun 2024 12:42:45 +0200 Subject: [PATCH] do not trigger doc, does not work --- .gitlab-ci.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c3f4c9..aa00259 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,15 +158,14 @@ publish_listing: -update_docs: - only: - - docker-images - - rework-image-matrix-and-export - needs: [] - trigger: - include: - - local: .gitlab-ci.yml - ref: docs +# update_docs: +# only: +# - docker-images +# - rework-image-matrix-and-export +# needs: [] +# trigger: +# - project: hub/shiny-k8s +# branch: docs -- GitLab