-
Notifications
You must be signed in to change notification settings - Fork 173
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
Bug: Fetch release now depends on clean. It fails when the sync folde… #317
Conversation
@AustinAbro321, thanks for pushing this. I feel like I remember running into this the first time I tried to build and then just forgot about it since I already had the sync directory afterwards. What do you think about adding We also are trying to keep the commits in this repo signed and verified. Here are some of GitHubs docs on doing that. Let me know if you have any questions on this because I know these instructions aren't always the most clear. https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
I agree with Jon. I'd rather add |
Yeah that makes sense. I hadn't realized that more gets stored in sync than just the releases. I'll configure my git to sign commits and push that change up |
You'll need to squash with the last commit and force push (or make a new branch). We have GitHub configured to require ALL commits in a PR to be signed before it is able to merge. |
fa7561d
to
2f5a77d
Compare
2f5a77d
to
8448f8e
Compare
Change is made and commits are squashed and verified. And I learned about git rebase along the way! |
/test all |
/test all |
Was going through the zarf big bang example and noticed this! Here is an example of what happens when you try to run the make fetch-release while the sync folder isn't created.