From 02e1cac089ed86ff6ffc63126f19c213e200536c Mon Sep 17 00:00:00 2001 From: Omar Belgamh <omarybelgamh@gmail.com> Date: Tue, 22 Aug 2023 14:07:32 +0000 Subject: [PATCH] Fixes in Pipeline Architectures --- doc/ci/pipelines/pipeline_architectures.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/ci/pipelines/pipeline_architectures.md b/doc/ci/pipelines/pipeline_architectures.md index ac4c8c1a73120..25e255c3d225e 100644 --- a/doc/ci/pipelines/pipeline_architectures.md +++ b/doc/ci/pipelines/pipeline_architectures.md @@ -306,5 +306,4 @@ deploy_b: environment: production ``` -It's also possible to set jobs to run before or after triggering child pipelines, -for example if you have common setup steps or a unified deployment at the end. +Jobs can be set to run before or after triggering child pipelines in GitLab, allowing common setup steps or unified deployment. -- GitLab