You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runner: Convert idle-timeout="never" to 0 with GitLab driver (#1408)
* 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#1407
* Fix linting error
* Update src/drivers/gitlab.js
---------
Co-authored-by: Daniel Barnes <dabarnes2b@gmail.com>
0 commit comments