mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-09 11:21:58 +01:00
`exit` command will simply fail the whole script, so it would not be possible to check for status of `checkout_branches`. Instead, we need to use `return` for the error checks.
Description
Languages
Shell
93%
Python
6.9%