-
Notifications
You must be signed in to change notification settings - Fork 1
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
werf issue in your automation commit hook #1
Comments
Hey, Now, regarding the
Honestly, I could never really make sense of this error message, but I believed it was related to werf/werf#3284. Now that you mentioned running When creating the tutorial both @JonathanArns and I liked the idea of the More generally, the idea of this last chapter ("Automation") was to demonstrate how you would link your git commits directly to your deployments to really facilitate the GitOps approach. I recon most teams would use a GitHub Actions workflow or similar for this, but I don't really see a neat way to include that in the tutorial. Also, the documentation about integration with ci cd systems does a great job explaining it and already provides example code (linked in the tutorial). Recently, I found the If you have ideas for the last chapter on Automation or the tutorial in general, please let me know and I'll be happy to include them! Full terminal output from killercoda:
|
Hey there! I really liked your approach with post-commit for simulating CI work. And overall, the guides turned out to be excellent! ❤️ I was able to reproduce the issue, and unfortunately, the current working mechanism doesn't allow executing git hooks with werf because when the hook is executed, the Git directory is locked ( Please take a look at our configurator, which includes comprehensive instructions for configuring and running werf both locally and in a CI system. |
Hi there!
I am from the team behind werf. First of all, I'd like to thank you very much for making this Killercoda tutorial! ❤️ We are really impressed with your effort and its outcome. We are incredibly grateful for the profound and skilful work done here. We also hope a wider DevOps community will benefit from it.
Another reason I reached you is the only small thing in the tutorial that puzzled us a bit. In the last step, you mention the werf/werf#3284 issue as a show-stopper for your
post-commit
hook automation. However, we have no understanding of why this might happen. Executingwerf converge
in the Giit hook is no different from typing it in your terminal, where such an issue shouldn't usually happen. Can you please elaborate on it so we can find a fix or a better solution?The text was updated successfully, but these errors were encountered: