Skip to content

Commit

Permalink
fix: Template link in README (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRibeiro authored Apr 1, 2022
1 parent a0cfc63 commit 4a32896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An orb for orb authors - provides a full suite of jobs for packing, validating,

The _orb-tools_ orb is a key component of the "[Orb Development Kit](https://circleci.com/docs/2.0/orb-author/#orb-development-kit)". For the full documentation for developing orbs, see the [Intro to Authoring an Orb](https://circleci.com/docs/2.0/orb-author-intro/) documentation.

When you initialize a new orb project using the Orb Development Kit, a customized `.circleci/config.yml` file is created containing a full CI pipeline for building, testing, and publishing your orb which utilizes the "orb-tools" orb for the majority of these functions. You can find the config template [here](https://github.com/CircleCI-Public/Orb-Project-Template/).
When you initialize a new orb project using the Orb Development Kit, a customized `.circleci/config.yml` file is created containing a full CI pipeline for building, testing, and publishing your orb which utilizes the "orb-tools" orb for the majority of these functions. You can find the config template [here](https://github.com/CircleCI-Public/Orb-Template).

Once automatically configured, on each code push to your repo, CircleCI will trigger the pipeline defined in the `.circleci/config.yml` file, which will execute (among several others) the orb-tools orb's jobs.

Expand Down

0 comments on commit 4a32896

Please sign in to comment.