Some checks failed
Deploy to Staging / Build Images (push) Has been cancelled
Deploy to Staging / Deploy to Staging (push) Has been cancelled
Deploy to Staging / Verify Staging (push) Has been cancelled
Deploy to Staging / Notify Staging Ready (push) Has been cancelled
Deploy to Staging / Notify Staging Failure (push) Has been cancelled
42 lines
623 B
Django/Jinja
42 lines
623 B
Django/Jinja
# act_runner configuration template
|
|
# Managed by Ansible - do not edit manually
|
|
|
|
log:
|
|
level: info
|
|
|
|
runner:
|
|
file: .runner
|
|
capacity: 1
|
|
envs: {}
|
|
env_file: .env
|
|
timeout: 3h
|
|
shutdown_timeout: 0s
|
|
insecure: false
|
|
fetch_timeout: 5s
|
|
fetch_interval: 2s
|
|
github_mirror: ''
|
|
labels:
|
|
- "{{ runner_labels }}"
|
|
|
|
cache:
|
|
enabled: true
|
|
dir: ""
|
|
host: ""
|
|
port: 0
|
|
external_server: ""
|
|
|
|
container:
|
|
network: ""
|
|
privileged: false
|
|
options:
|
|
workdir_parent:
|
|
valid_volumes: []
|
|
docker_host: ""
|
|
force_pull: true
|
|
force_rebuild: false
|
|
require_docker: false
|
|
docker_timeout: 0s
|
|
|
|
host:
|
|
workdir_parent:
|