Refactor the auto build script #41

Merged
sixtus merged 1 commits from auto_build_again into main 2022-05-14 15:55:17 +00:00
Owner
  • Replace lookup to gitea api with "git fetch"
    • Drops dependency of "curl" and "jq" \o/
  • Make sure commands do bail out on error
    • 'if ! command; then exit 1; fi' -> does not work reliably
    • 'command || exit 1' -> does work \o/
  • Bail out if hugo fails
  • Replace main 'if … elif … fi' cascade with single "if … fi" blocks
- Replace lookup to gitea api with "git fetch" - Drops dependency of "curl" and "jq" \o/ - Make sure commands do bail out on error - 'if ! command; then exit 1; fi' -> does not work reliably - 'command || exit 1' -> does work \o/ - Bail out if hugo fails - Replace main 'if … elif … fi' cascade with single "if … fi" blocks
sixtus added 1 commit 2022-05-14 15:54:37 +00:00
58f24dfa7c Refactor the auto build script
- Replace lookup to gitea api with "git fetch"
  - Drops dependency of "curl" and "jq" \o/
- Make sure commands do bail out on error
  - 'if ! command; then exit 1; fi' -> does not work reliably
  - 'command || exit 1' -> does work \o/
- Bail out if hugo fails
- Replace main 'if … elif … fi' cascade with single "if … fi" blocks
sixtus merged commit 246eaf7ca9 into main 2022-05-14 15:55:17 +00:00
sixtus deleted branch auto_build_again 2022-05-14 15:55:19 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Frontend/Homepage#41
No description provided.