guitarrapc / git-shallow-clone-orb

circleci orb to execute git shallow clone for faster checkout.
https://circleci.com/orbs/registry/orb/guitarrapc/git-shallow-clone
MIT License
21 stars 11 forks source link

feat: use circleci orb init template for CI and others. #36

Closed guitarrapc closed 1 year ago

guitarrapc commented 1 year ago

tl;dr;

circleci orb instroduced with new template.

https://circleci.com/docs/ja/orb-author/

This PR enables repository to convert to new CI/CD style and other capabilities circleci orb init provides.

Summary

Biggest change is spliting config.yml and test-deploy.yml. This enables developer to split orb pack process and test process.

Further more, now I don't need think about orb dev pack orb-name:dev@alpha on test-deploy initialization. This means even orb dev was stopped for a while, I can re-begin development without additional effort.