Phase 1:
- Create a new branch
- Modify a Playbook, script, integration
- Merge the changes done in the branch with the changes in the commit hook to the new branch
- Check that the hook runs successfully(Also on Circle)
Phase 2 (On same branch):
- Add new Playbook, script, integration
- Check that the hook runs successfully(Also on Circle)
Phase 3 (On same branch):
- Modify script package and create a new one
- Check that the hook runs successfully(Also on Circle)
Phase 4 (On same branch):
- Convert an integration/script to a package
- Check that the hook runs successfully(Also on Circle)