Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orb packing should allow nested directories #755

Open
Xavientois opened this issue Jul 19, 2022 · 0 comments
Open

Orb packing should allow nested directories #755

Xavientois opened this issue Jul 19, 2022 · 0 comments

Comments

@Xavientois
Copy link

Xavientois commented Jul 19, 2022

Meta:

CircleCI CLI Version:
0.1.19878+e4216bd (homebrew)

Operating System:

MacOS Monterey

CircleCI CLI Diagnostic:

---
CircleCI CLI Diagnostics
---
Debugger mode: false
Config found: /Users/********/.circleci/cli.yml
API host: https://circleci.com
API endpoint: graphql-unstable
Error: please set a token with 'circleci setup'
You can create a new personal API token here:
https://circleci.com/account/api

Current behavior:

Any sub-directories within the commands, jobs, and executors directories are ignored when I run circleci orb pack src/ from the root of my orb repo.

Expected behavior:

When I am separating my orb's commands, executors, etc into files, I want to be able to organize them into sub-directories rather than just having all of the files directly in the commands or jobs directories.

When did this begin / Was this previously working?:

Always been the case, I believe.

Additional Information:

Currently, the Golang yaml marshalling is used, leading to the current behaviour:

y, err := yaml.Marshal(&tree)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant