-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-artifacts
: pipeline fails if existing_git_tag
doesn't match the current version from mingw-packages
#79
Comments
I might be completely wrong, but I think this happens because If I understand correctly what this command does (I think it tries to create a .pack of the revision you’re trying to build), I think But I might be completely out of context here 😬 |
I just push the Speaking of |
Yep, totally did. Downloaded https://github.com/git-for-windows/git/releases/download/v2.45.1.windows.1/MINGW-packages.bundle, pulled its |
Thank you so much! Let's try again.
Just went through a few commits in that branch. There's some great things in there! Let me know if I can help testing or getting that revamped pipeline over the finish line 😊 |
It succeeded! 🎉 Though for some reason |
It was published here actually: https://github.com/git-for-windows/git-for-windows-automation/actions/runs/9141023895/attempts/1 Note that I had to once again cancel the installer pipeline because it was for 1+ hr. I restarted the failed jobs, which is why the artifacts are split up over two different attempts. |
I ran this pipeline with the following variables:
It then failed with these lines:
I noticed that MINGW-packages is still on
2.45.0.windows.1
, which partially explains where the error above comes from.However, I'd expect the
v2.45.1.windows.1
to build fine and not be dependent on the version that's currently in theMINGW-packages
repo.This workflow is quite complex and I'm not sure where to start looking in order to fix it. It does all kinds of fancy things like creating
bundle_artifacts
which is something I don't normally do in my daily Git workflows. If someone could give me some pointers, I'd be happy to update the workflow and test. Thanks!The text was updated successfully, but these errors were encountered: