Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GitLab runner to restart after each execution #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fberndtsson
Copy link

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

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

Fix github issue traderepublic#52
@Marcocanc
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants