Commit cd28248
committed
fix(ci): supply complete app metadata in the Windows integration tests
The script set only APP_FULL_NAME, APP_SHORT_NAME, and APP_GIT_HASH, leaving the
identifier, version, and build time to fall back to placeholders. That partial set is a
trap now that saluki-metadata rejects placeholder metadata on release builds: the job
would fail the moment anyone forwarded APP_DEV_BUILD into its container.
Fill in the rest, taking the version from ADP's manifest the same way the Makefile does.1 parent 03247a3 commit cd28248
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
| |||
0 commit comments