Jake Staehle

Results 6 comments of Jake Staehle

Fair enough! Before I do that though, just wanted to confirm that this would be an appropriate solution for #2344 ?

Hey, thanks for the response! I am not actually directly involved in the design process for the application that would use this. I just had this submitted to me as...

Hey, sounds good. This PR is just an equivalent to the patches that we are now using internally, and I wanted to make sure it got shared upstream :) That's...

> Is it possible to change to container path on remote gitlab runners? Yes with `CI_BUILDS_DIR`: - docs: https://docs.gitlab.com/ee/ci/runners/configure_runners.html#custom-build-directories - related issue: https://github.com/firecow/gitlab-ci-local/issues/1207

On a similar note, `CI_BUILDS_DIR` is missing. It looks like `CI_PROJECT_DIR` here is taking it's place, which is not particularly working well for my case of needing to orchestrate multiple...

`CI_BUILD_*`, non-plural, yes. `CI_BUILDS_DIR` is noted as not being deprecated in the very ticket you linked 😅 `CI_BUILDS_DIR` wouldn't be here otherwise https://docs.gitlab.com/ee/ci/variables/predefined_variables.html , or in various other current docs...