Commit 58a54ec
committed
scripts: update SKIP_DETAILED_ROUTE logic and typo
Use correct name SKIP_DETAILED_ROUTE instead of SKIP_DRT.
Since SKIP_DETAILED_ROUTE is defined at variables.yaml it will always exist
in the route stage, so the check env_var_exists_and_non_empty will always
be true. The check should be done with env_var_equals. Since the variable
is also used in the final stage to decide if OpenRCX should run we need
"final" included in the variables.yaml file.
Signed-off-by: Vitor Bandeira <[email protected]>1 parent 00722fb commit 58a54ec
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1004 | 1004 | | |
1005 | 1005 | | |
1006 | 1006 | | |
| 1007 | + | |
0 commit comments