Skip to content

Commit d7bc185

Browse files
committed
ci: avoid multi project pipelines to inherit variables
1 parent 3f435d4 commit d7bc185

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ helm:
110110
variables:
111111
CI_DESCRIPTION: Synchronization with srsGNB
112112
NOTIFY_SLACK: "true"
113+
inherit:
114+
variables: false
113115
trigger:
114116
project: softwareradiosystems/ci/srsgnb_k8s
115117
branch: main
@@ -125,6 +127,8 @@ enterprise:
125127
CI_DESCRIPTION: Nightly
126128
SRSRAN_COMMIT: $CI_COMMIT_SHA
127129
NOTIFY_SLACK: "true"
130+
inherit:
131+
variables: false
128132
trigger:
129133
project: softwareradiosystems/srsran_5g_enterprise
130134
branch: main

0 commit comments

Comments
 (0)