Commit 1261d1c
fix(ci): tidy azure-pipelines-cd review nits
- Replace the DST-fragile `1am PST = 09:00 UTC` cron comment with a
UTC-anchored phrasing that also acknowledges the \~1am PT / \~2am
PDT seasonal drift, so readers do not assume the schedule tracks
Pacific time year-round.
- Drop the unused `undeployedTags` stage variable from the Package
stage. It was bound to the Check stage output but never consumed
downstream — the Package stage's own `download-github-releases.mjs`
invocation re-enumerates undeployed releases from the local git tag
set, so removing the captured variable also removes the implicit
expectation that the two stages share that list. The script still
emits the output via `##vso[task.setvariable]` for visibility in
the Check stage log.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3ad3ca6 commit 1261d1c
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
0 commit comments