Commit 902ff70
authored
Fix stf-run-ci mutually exclusive deployment flags (#686)
Fail when two or more of the non compatible deployment
options are set. To make the check simpler, convert them
to integers (where true becomes 1 and false becomes 0)
and check if their sum is greater than 1.
Closes-Bug: OSPRH-201651 parent 9be2832 commit 902ff70
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments