This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
concurrent = 3 | |
check_interval = 0 | |
[session_server] | |
session_timeout = 1800 | |
[[runners]] | |
name = "xxx-runner" | |
url = "https://gitlab.com/" | |
token = "xxx" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The form attribute can be used to associate a submit button with a form, even | |
* if the button is not a child of the <form> itself. | |
* | |
* This polyfill detects support and polyfills the functionality using jQuery. | |
*/ | |
(function() { | |
function formAttributeSupport() { | |
// detect if browser supports this |