You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading my cluster to the latest build from main ghcr.io/fluxcd/source-controller:rc-b65cf9d5, using gitImplementation: libgit2 with both https and ssh result in empty artifacts. I think this bug was introduced in #573
The text was updated successfully, but these errors were encountered:
After cloning and checking out the Git repository, something seems to alter the state of the folder on the FS, making Git itself think that files have been removed:
$ cd /tmp/test3946352686
$ git statusOn branch masterYour branch is up to date with 'origin/master'.Changes to be committed: (use "git restore --staged <file>..." to unstage) deleted: branch
If you explicitly check out the resolved HEAD reference using checkoutDetachedHEAD (as used by others) in CheckoutBranch#Checkout, this seems to revert the changes:
After upgrading my cluster to the latest build from main
ghcr.io/fluxcd/source-controller:rc-b65cf9d5
, usinggitImplementation: libgit2
with both https and ssh result in empty artifacts. I think this bug was introduced in #573The text was updated successfully, but these errors were encountered: