chore: remove test trigger file
This commit is contained in:
@@ -11,8 +11,8 @@ runner:
|
||||
# Maximum number of concurrent jobs
|
||||
capacity: 1
|
||||
|
||||
# Timeout for a single job
|
||||
timeout: 3h
|
||||
# Timeout for a single job (increased for long-running deployments)
|
||||
timeout: 6h
|
||||
|
||||
# Whether to enable debug mode (skip SSL verification for setup)
|
||||
insecure: true
|
||||
@@ -55,8 +55,8 @@ container:
|
||||
# Default image if not specified in workflow
|
||||
default_image: node:16-bullseye
|
||||
|
||||
# Docker host
|
||||
docker_host: ""
|
||||
# Docker host (use docker-dind without TLS since it's in isolated network)
|
||||
docker_host: tcp://docker-dind:2375
|
||||
|
||||
# Valid volume paths that can be mounted
|
||||
valid_volumes:
|
||||
|
||||
Reference in New Issue
Block a user