Skip to content

Commit 8ba85bb

Browse files
committed
Added "All stages" support in non_stage_variables.py
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 1c083cf commit 8ba85bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/scripts/non_stage_variables.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
for key, value in data.items():
1919
if "stages" not in value:
2020
continue
21+
if "All stages" in value["stages"]:
22+
continue
2123
if sys.argv[1] in value["stages"]:
2224
continue
2325
# This variable is in a stage, but not in this stage

0 commit comments

Comments
 (0)