commit: 6f7e521488e0c8dba8a9e8e10577f241fa7a010f
parent b6da3f490b1f5b1eb38cbd5ab9a117186cdb0daf
Author: Mark Felder <feld@feld.me>
Date: Thu, 23 Oct 2025 16:41:52 -0700
CI: pass the variable CI_PIPELINE_ID through to the api-docs build job
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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