From 6f7e521488e0c8dba8a9e8e10577f241fa7a010f Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 23 Oct 2025 16:41:52 -0700 Subject: [PATCH] CI: pass the variable CI_PIPELINE_ID through to the api-docs build job --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f46aafcea..ed51169e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -274,7 +274,8 @@ spec-deploy: strategy: depend only: - develop@pleroma/pleroma - + variables: + PIPELINE_ID: $CI_PIPELINE_ID stop_review_app: image: alpine:3.9