brigadecore / brigade

Event-driven scripting for Kubernetes
https://brigade.sh/
Apache License 2.0
2.4k stars 247 forks source link

bug: new git-initializer cannot check out specific commits that aren't in the default branch #1949

Closed krancour closed 2 years ago

krancour commented 2 years ago

Example:

2022/05/05 23:05:41 Starting Brigade Git Initializer -- version v2.5.0-rc.1 -- commit 340421d
2022/05/05 23:05:41 cloning repository from "https://github.com/brigadecore/brigade.git" into "/var/vcs"
2022/05/05 23:05:52 error getting commit "b35fb4314db91d72d5fd63ddcd68dab999851f6c": object not found - no match for id (b35fb4314db91d72d5fd63ddcd68dab999851f6c)
krancour commented 2 years ago

1952 solved this.