Commit a8a55e3
committed
Extend check of stash options when they are specified as empty dict (#6942)
The issue explained in #6945
When using the builder, the stash option is passed as an empty dictionary
without validation. As a result, the stashing task is executed even when no
options arugments are specified, leading to errors when the task tries to access
expected keys in the dictionary.
The hotfix fix extends the check to also verify if the options are not empty.
Cherry-pick: cbbdedb1 parent 1fe942d commit a8a55e3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
0 commit comments