Skip to content

Commit

Permalink
Update src/drivers/gitlab.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Jul 28, 2023
1 parent aaaba57 commit 536bba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/gitlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class Gitlab {
const { protocol, host } = new URL(this.repo);
const { token } = await this.registerRunner({ tags: labels, name });

var waitTimeout = idleTimeout;
let waitTimeout = idleTimeout;
if (idleTimeout === 'never') {
waitTimeout = '0';
}
Expand Down

0 comments on commit 536bba0

Please sign in to comment.