Unanswered
Hello, A Question About Pipelines. I Have A Repository With One Pipeline Using Decorators, Defined In
apologies @<1798887585121046528:profile|WobblyFrog79> somehow I missed your reply,
My workflow is based around executing code that lives in the same repository, so it’s cumbersome having to specify repository information all over the place, and changing commit hash as I add new code.
It automatically infers the repo if the original as long as the pipeline code itself is inside the repo, by that I mean the pipeline logic, when you run it the first time (think development etc), if it sits inside the repo it should auto detect it, if for some reason it does not work, try to pass repo="."
to imply you have a local of the repo in the same folder, and from there it will autoi detect the repo detials. does that make sense ?
104 Views
0
Answers
6 months ago
6 months ago