Fixed: https://github.com/caprover/one-click-apps/issues/262 - VSTS agent (#263)
This commit is contained in:
parent
39ec821ea2
commit
dc62682321
|
|
@ -8,6 +8,8 @@ services:
|
||||||
VSTS_TOKEN: $$cap_vsts_token
|
VSTS_TOKEN: $$cap_vsts_token
|
||||||
VSTS_AGENT: $$cap_vsts_name
|
VSTS_AGENT: $$cap_vsts_name
|
||||||
VSTS_POOL: $$cap_vsts_pool
|
VSTS_POOL: $$cap_vsts_pool
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
caproverOneClickApp:
|
caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_vsts_version
|
- id: $$cap_vsts_version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue