From caa70bd38751d854f097a642a25baa52dd91b6be Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Wed, 8 Jun 2022 17:12:17 +0200
Subject: [PATCH] DOC: Added comment to .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7da5a9b..a930ee2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,6 +102,8 @@ trigger_build:
   stage: deploy
   inherit:
     variables:
+      # List the variables that shall be inherited, which also means they will override any equally
+      # named varibles in child pipelines.
       - DEPLOY_REF
   variables:
     F_BRANCH: $CI_COMMIT_REF_NAME
-- 
GitLab