Skip to content

Commit

Permalink
Update config.template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
naeternitas authored and sebthom committed Nov 10, 2023
1 parent 816b21f commit f6e6a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/config.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runner:
# The timeout for a job to be finished.
# Please note that the Gitea instance also has a timeout (3h by default) for the job.
# So the job could be stopped by the Gitea instance if it's timeout is shorter than this.
timeout: '${GITEA_JOB_TIMEOUT:-3h}'
timeout: '${GITEA_RUNNER_JOB_TIMEOUT:-3h}'
# Whether skip verifying the TLS certificate of the Gitea instance.
insecure: ${GITEA_INSTANCE_INSECURE:-false}
# The timeout for fetching the job from the Gitea instance.
Expand Down

0 comments on commit f6e6a54

Please sign in to comment.