CircleCI-Public / orb-tools-orb

Various tools for authoring and publishing CircleCI orbs
https://circleci.com/orbs/registry/orb/circleci/orb-tools
MIT License
51 stars 74 forks source link

[BUG] .circleci/config.yml and src/* do not align #120

Closed timothyclarke closed 2 years ago

timothyclarke commented 2 years ago

I'm looking to use some elements of this repo as reference for other orbs. I assume (perhaps falsely) that src/* is being packed to .circleci/config.yml eg circleci config pack src > .circleci/config.yml however the content of .circleci/config.yml does not match the content of src.

As one example .circleci/config.yml has a test-commands job but there is no test-commands.yml in https://github.com/CircleCI-Public/orb-tools-orb/tree/master/src/jobs

KyleTryon commented 2 years ago

Hello @timothyclarke,

This repo uses specific code that many orbs will not use or need due to this orb being dependent on itself.

The orb template project is where the example template is housed https://github.com/CircleCI-Public/Orb-Project-Template

After Orb tools 11 is published #111 we will be using: https://github.com/CircleCI-Public/Orb-Template