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

runner: Convert idle-timeout="never" to 0 with GitLab driver #1408

Merged
merged 3 commits into from
Jul 28, 2023

Commits on Jul 28, 2023

  1. runner: Convert idle-timeout="never" to 0 with GitLab driver

    GitLab runners do not support "never" as an argument for --wait-timeout, instead this should be 0, which by default is no timeout.
    
    Fixes iterative#1407
    BradyJ27 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    55a9de4 View commit details
    Browse the repository at this point in the history
  2. Fix linting error

    BradyJ27 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    aaaba57 View commit details
    Browse the repository at this point in the history
  3. Update src/drivers/gitlab.js

    dacbd committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    536bba0 View commit details
    Browse the repository at this point in the history