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

Errors after creating .gto config file #181

Closed
shortcipher3 opened this issue Jun 21, 2022 · 1 comment · Fixed by #182
Closed

Errors after creating .gto config file #181

shortcipher3 opened this issue Jun 21, 2022 · 1 comment · Fixed by #182

Comments

@shortcipher3
Copy link
Contributor

Was following along the README with the example repo and created a .gto config file with contents:

type_allowed: [model, dataset]
stage_allowed: [dev, stage, prod]

as described in the README.

However after creating the config file I'm getting errors when running gto commands.

# gto show
❌ Wrong config file '/Users/me/code/repos/model_registry/gto/gto_clone/.gto'
@aguschin
Copy link
Contributor

aguschin commented Jun 22, 2022

Thanks, I'm fixing the readme. It should be

types: [model, dataset]
stages: [dev, stage, prod]

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

Successfully merging a pull request may close this issue.

2 participants