-
Notifications
You must be signed in to change notification settings - Fork 23
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
Usage: add GitLab, Bitbucket sections #122
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚨 I have seen a few occurrences of repo_token
(lowercase) in the wild.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GH review clickops
yes but I believe in all cases they are GL/BB variables so do not appear in any code. We really should change everywhere to |
What do you mean by GitLab / Bitbucket variables?
Yes, probably. Linking to iterative/cml#763... |
afaik GH uses "secrets" which need explicit mention in workflow files, while GL & BB use auto-exposed "variables." https://cml.dev/doc/self-hosted-runners#personal-access-token |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not going to block this pull request because of mentions to repo_token
in lowercase, but it would be nice to change them instead of introducing more.
@0x2b3bfa0 I'm on the fence given iterative/cml#763 but happy for you to push the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small nitpicks
We helpfully provide CML and other useful libraries pre-installed on our | ||
[custom Docker images](/doc/self-hosted-runners#docker-images). In the above | ||
example, uncommenting the | ||
`container: docker://ghcr.io/iterative/cml:0-dvc2-base1` field will make the | ||
runner pull the CML Docker image. The image already has Node.js, Python 3, DVC | ||
and CML set up on an Ubuntu LTS base for convenience. | ||
|
||
### Example projects | ||
|
||
- [Basic CML project](https://github.com/iterative/cml_base_case) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should put the fashion case. It's a REAL case 😉
Lets open a ticket to put that repo under iterative. I would probably remove all of the rest after that.
Co-authored-by: Helio Machado <[email protected]>
fixes #133
#id
support for tabs (Update markdown tabs #130 <- tabs: URL referencing #123)cml pr
workflow triggering behavior #133)