You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> circleci config validate
Error: config compilation contains errors: config compilation contains errors:
- Cannot find geckoboard/deployment-tooling@1 in the orb registry. Check that the namespace, orb name and version are correct.
> circleci config validate -o gh/geckoboard
Config file at .circleci/config.yml is valid.
Validation requires the caller to specify the org that the config will be run under.
This information could be inferred in the majority of cases by looking at the origin remote in .git/config - which would be a nice quality-of-life improvement
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?:
Validation requires the caller to specify the org that the config will be run under.
This information could be inferred in the majority of cases by looking at the origin remote in
.git/config
- which would be a nice quality-of-life improvementThe text was updated successfully, but these errors were encountered: