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

Do not inherit global variables in a triggered pipeline

parent 038d9506
No related branches found
No related tags found
1 merge request!1487Do not inherit global variables in a triggered pipeline
Pipeline #75463 passed
Pipeline: Dune Nightly Test

#75473

    ......@@ -40,6 +40,8 @@ debian:11 gcc-10-20-expensive:
    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: ""
    ......@@ -53,6 +55,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