Commit dce6e69
committed
fix(workflows): strip inline comments from VERSION; preserve operator; fix e2e output path
- shared-release: strip inline Makefile comments (e.g. '# comment') from
the VERSION value before semver validation to avoid false parse failures
- shared-release: preserve the original assignment operator (?=, :=, =)
when rewriting VERSION in the Makefile instead of normalising to '='
- e2e/action: output E2E_REPORT_PATH (.json report) instead of
CONTROLLER_LOGS_PATH (.txt logs) to match the declared output description
Signed-off-by: I313226 <onur.yilmaz@sap.com>1 parent f42b82c commit dce6e69
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
0 commit comments