Skip to content

Commit

Permalink
set DAGSTER_FROM_OSS in internal pipeline execution (#25309)
Browse files Browse the repository at this point in the history
## Summary & Motivation

indicates to the internal buildkite pipeline that this step has been
triggered from an OSS merge. see
dagster-io/internal#11936

Co-authored-by: Neil Fulwiler <[email protected]>
  • Loading branch information
neilfulwiler and Neil Fulwiler authored Oct 25, 2024
1 parent e46cc0d commit 7977bee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def build_dagster_oss_main_steps() -> List[BuildkiteStep]:
),
"DAGSTER_CHECKOUT_DEPTH": _get_setting("DAGSTER_CHECKOUT_DEPTH") or "100",
"OSS_COMPAT_SLIM": "1" if oss_compat_slim else "",
"DAGSTER_FROM_OSS": "1" if pipeline_name == "internal" else "0",
},
),
)
Expand Down

0 comments on commit 7977bee

Please sign in to comment.