traderepublic / Cilicon

🛠️ Self-Hosted ephemeral macOS CI on Apple Silicon
MIT License
969 stars 29 forks source link

Fix GitLab runner to restart after each execution #53

Open fberndtsson opened 3 months ago

fberndtsson commented 3 months ago

Before the gitlab runner did not restart after successful/failed execution. The parameters are read from cmd and not the config.toml. The option: -c which is in v17.2 of documentation is not present in gitlab-runner 17.2 which is the option for reading parameters from the config.toml

Fix github issue #52

Marcocanc commented 2 months ago

@fberndtsson thanks for your contribution. If this is the case, should we remove the toml part of the code? To me it looks like it is no longer used.