fix env variabled for docker-runner
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
525b58d3ee
commit
fb8c94a511
@ -73,7 +73,8 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
environment:
|
environment:
|
||||||
- DRONE_RPC_SERVER=http://droneserver
|
- DRONE_RPC_PROTO=http
|
||||||
|
- DRONE_RPC_HOST=droneserver
|
||||||
- DRONE_RPC_SECRET={{ droneci_secret }}
|
- DRONE_RPC_SECRET={{ droneci_secret }}
|
||||||
- DRONE_RUNNER_CAPACITY={{ droneci_agent_capacity }}
|
- DRONE_RUNNER_CAPACITY={{ droneci_agent_capacity }}
|
||||||
# TODO: temp static value, needs to be replaced by a custom fact
|
# TODO: temp static value, needs to be replaced by a custom fact
|
||||||
|
Loading…
Reference in New Issue
Block a user