Skip to content
Snippets Groups Projects
Commit f126ac1e authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Merge branch 'issue/gitlab-ci-trigger-inherit-global-variables' into 'master'


Do not inherit global variables in a triggered pipeline

See merge request !1487

(cherry picked from commit 6a41d392)

4c732dee Do not inherit global variables in a triggered pipeline

Co-authored-by: default avatarSimon Praetorius <simon.praetorius@tu-dresden.de>
parent ab2af855
No related branches found
No related tags found
1 merge request!1491[backport] Do not inherit global variables in a triggered pipeline
Pipeline #75622 failed
Pipeline: Dune Nightly Test

#75629

    ......@@ -53,6 +53,8 @@ debian:11 clang-11-20-nobindings:
    core-modules-test:
    stage: downstream
    inherit:
    variables: false # do not inherit global variables
    variables:
    CI_BUILD_REF_NAME: $CI_COMMIT_REF_NAME
    DUNECI_TEST_LABELS: ""
    ......@@ -66,6 +68,8 @@ core-modules-test:
    full-system-test:
    stage: downstream
    inherit:
    variables: false # do not inherit global variables
    variables:
    CI_BUILD_REF_NAME: $CI_COMMIT_REF_NAME
    DUNECI_TEST_LABELS: ""
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment