-
Notifications
You must be signed in to change notification settings - Fork 343
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
TB_CREDENTIALS
aren't properly detected
#1243
Comments
cml.dev examples are no longer the source of truth and shall be updated; please refer to workflows on cml-examples-dev |
Not sure what do you mean here. Both cases are broken due to this bug |
The PR #1244 does not seems to fix the issue |
maybe since its marked as required yargs isn't properly detecting our injection for the env var. |
Yes, probably, as I stated in the PR. |
Tensorboard
credentials are now required TB_CREDENTIALS
aren't properly detected
Then all the legacy environment variables are broken? |
I don't think that is the case, they could be populated properly but only after yargs performs its |
Then, should we run the environment variable aliasing code before calling |
to me, it looks like that is already the case? but you are the resident yargs expert 😇 can we make that tweak? |
- follow-up to iterative/cml#1246 - follow-up to iterative/cml#1243
Setting
TB_CREDENTIALS
is not enough as credentials is now a required parameter.cml.dev examples are fundamentally broken due to this.
The text was updated successfully, but these errors were encountered: