Fix branch handling (again, again)

Closes coop-cloud/abra#122.
This commit is contained in:
decentral1se
2021-03-25 22:13:08 +01:00
parent 36dd6b5eff
commit c315ebe319
2 changed files with 53 additions and 12 deletions

View File

@ -19,6 +19,8 @@
- Search for subcommands in descending order of how many components there are ([#108](https://git.autonomic.zone/coop-cloud/abra/issues/108))
- Add specific app version checking command (`abra app <app> version`) ([#108](https://git.autonomic.zone/coop-cloud/abra/issues/108))
- Add docker version check (guestimating < v20 is a bad idea) ([#15](https://git.autonomic.zone/coop-cloud/abra/issues/15))
- Fix git branch handling when not passing `-b <branch>` ([#122](https://git.autonomic.zone/coop-cloud/abra/issues/122))
- Add work-around to correctly git clone non-master default branch app repositories ([#122](https://git.autonomic.zone/coop-cloud/abra/issues/122))
# abra 0.6.0 (2021-03-17)