mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
419 B
419 B
The workflow for creating a recipe
- In my gitlab repo for the cookbook, I create an issue to track the new recipe I want to create
- From the issue, I create a branch
- I pull the branch locally, "git pull" followed by "git co "
- I "git add" my changes, commit, and push the branch
- I create a merge request in the branch to track merging into produced
- I set request to merge when pipeline succeeds