cat << EOF > ./config.json { "runner": { } } EOF echo "" | semaphore runner register --config ./config.json semaphore runner start --config ./config.json
semaphore runner setup --config ./config.runner.json < /tmp/config.runner.stdin
SEMAPHORE_TMP_PATH
The path to store temporary files
|
|
SEMAPHORE_GIT_CLIENT
Type of Git client. Can be 'cmd_git' or 'go_git'.
|
|
SEMAPHORE_MAX_TASK_DURATION_SEC
Max duration of a task in seconds.
|
|
SEMAPHORE_MAX_PARALLEL_TASKS
Max number of parallel tasks that can be run on the server.
|
|
SEMAPHORE_ENV_VARS
JSON map which contains apps configuration.
|
|
SEMAPHORE_FORWARDED_ENV_VARS
JSON map which contains apps configuration.
|
|
ANSIBLE_HOST_KEY_CHECKING
Avoid host key checking by the tools Ansible uses to connect to the host.
|
|