firecow / gitlab-ci-local

Tired of pushing to test your .gitlab-ci.yml?
MIT License
2.28k stars 128 forks source link

Keep the container running #1318

Closed tbarbette closed 1 month ago

tbarbette commented 1 month ago

Is your feature request related to a problem? Please describe. I'd like to use the gitlab-ci-local as a way to quickly setup my environment.

Describe the solution you'd like Have something like --keep-running or --attach (where we attach to the container after he last job, for instance).

Describe alternatives you've considered Do all the steps in the gitlab-ci manually, but it defeats its purpose :) I didn't find a way to do this currently.

Additional context It's also useful as a generic way to get an environment ready on repositories where gitlab-ci is used.

firecow commented 1 month ago

Duplicate of https://github.com/firecow/gitlab-ci-local/issues/1032

tbarbette commented 1 month ago

Ah, yes wrong keywords. Sorry !