mirror of
https://github.com/coder/code-server.git
synced 2026-05-29 08:29:33 +00:00
Still finish checklist if a step failed
The point is to get as far as we can.
This commit is contained in:
@@ -37,7 +37,8 @@ function main() {
|
|||||||
"Update changelog" "update_changelog"
|
"Update changelog" "update_changelog"
|
||||||
)
|
)
|
||||||
|
|
||||||
run-steps "${steps[@]}"
|
# Even if a step failed, still output the last checkmark.
|
||||||
|
run-steps "${steps[@]}" || true
|
||||||
|
|
||||||
# This step is always manual.
|
# This step is always manual.
|
||||||
echo "- [ ] https://github.com/coder/code-server-aur/pulls" >> .cache/checklist
|
echo "- [ ] https://github.com/coder/code-server-aur/pulls" >> .cache/checklist
|
||||||
|
|||||||
@@ -146,7 +146,8 @@ function main() {
|
|||||||
"Add changelog note" "add_changelog"
|
"Add changelog note" "add_changelog"
|
||||||
)
|
)
|
||||||
|
|
||||||
run-steps "${steps[@]}"
|
# Even if a step failed, still output the last checkmark.
|
||||||
|
run-steps "${steps[@]}" || true
|
||||||
|
|
||||||
# This step is always manual.
|
# This step is always manual.
|
||||||
echo "- [ ] Verify changelog" >> .cache/checklist
|
echo "- [ ] Verify changelog" >> .cache/checklist
|
||||||
|
|||||||
Reference in New Issue
Block a user