rename win deployment
This commit is contained in:
parent
6883776b75
commit
9ee7fac437
1 changed files with 4 additions and 2 deletions
|
@ -58,8 +58,10 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: buildkite-api-token-readonly
|
name: buildkite-api-token-readonly
|
||||||
key: token
|
key: token
|
||||||
# - name: BUILDKITE_BUILD_CHECKOUT_PATH
|
- name: BUILDKITE_BUILD_PATH
|
||||||
# value: "c:\\ws\\src"
|
value: "c:/ws" # matching workdir
|
||||||
|
# Empty dir volume can use all disk space from VM. By default container
|
||||||
|
# disk will only be 20Gb and run out of space.
|
||||||
volumes:
|
volumes:
|
||||||
- name: workdir
|
- name: workdir
|
||||||
emptyDir: {}
|
emptyDir: {}
|
Loading…
Reference in a new issue