Daniel Nephin
Daniel Nephin
It might be possible by setting `img:pull` as a dependency of the job, but I haven't tried it.
Thank you for the bug report! One way to fix this might be to have `ValidateTags` create a call something like this https://github.com/dnephin/dobi/blob/master/execenv/environment.go#L45-L51 on the tag value, before parsing it,...
Hello! Thank you for your interest in this project. I do not have much time to dedicate to `dobi` these days. I still use it myself almost daily, but I...
> Autoclean command should not require a variable. I think this is still necessary, because the variable could be used in a tag, and without it you wont know which...
Ah, this is actually the expected behaviour, but I can see how it's not ideal. Right now the "stale vs fresh" logic for an environment variable is "has the environment...
I think the user name here is coming from the exec-id. You can override the default for the project from`meta.exec-id` (http://dnephin.github.io/dobi/config.html#meta), or you can set the `$DOBI_EXEC_ID` environment variable to...
@eric-hu I think you will have to run `circleci update build-agent` to reproduce. It is related to #151 I think we'll need to add `.git` to the list of files...
https://github.com/CircleCI-Public/circleci-cli/pull/357/commits/c5b2cd499937bf19069ae49666c861e4bbc1eadc has a fix for the deploy-test step.
Maybe one of these places in the openapi spec would allow us to add this documentation: * https://swagger.io/specification/#info-object * https://swagger.io/specification/#external-documentation-object
We've started to document these things in https://github.com/infrahq/infra/blob/main/docs/api/making-requests.md, but we still need a way to display them from the API reference doc.