mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 19:42:15 +02: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.1%
Python
6.9%