Replies: 4 comments 2 replies
-
I'm planning to make a few breaking changes, please stop me or give me a go ahead (:+1:) @lvjp @solidgoldbomb @JoyceBabu @bcouetil @aepfli @moberghammer @nizacegodk @ColdIce1 @jboyens @jeppenodgaard @atli-c @pcuci |
Beta Was this translation helpful? Give feedback.
-
Agreed, that will simplify my workflow 🤞 |
Beta Was this translation helpful? Give feedback.
-
I have the following setup in all my projects make the NEEDS flag more accessible, so the proposal makes sense to me. |
Beta Was this translation helpful? Give feedback.
-
Should we suggest to set
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Use yargs cmdDir functionality
gitlab-ci-local pipeline
gitlab-ci-local run <...jobname>
gitlab-ci-local help
gitlab-ci-local list
gitlab-ci-local preview
Make
--needs
default--no-needs
can be used to opt-outMake
--shell-isolation
defaultshell-executor
jobs.--no-shell-isolation
can be used to opt out if projects are actively utilizing it.Remove
.gitlab-ci-local.yml
special handlingrules: [ { if: $GITLAB_CI == 'false', when: on_success } ]
orGCL_FILE=.gitlab-ci-custom.yml
No more auto guessing file variables
~/.gitlab-ci-local/variables.yml
. Explicitly set atype: file
flag with the key/value pair@NoArtifactsToHost
should be inversedUse
.env
extension instead of appending-env
Beta Was this translation helpful? Give feedback.
All reactions