Skip to content

Commit 9af360a

Browse files
committed
fix cloudbuild definition
1 parent 52faee7 commit 9af360a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
entrypoint: bash
4848
args:
4949
- "-c"
50-
- 'timeout --signal=INT --preserve-status 5s docker run --rm -v "/workspace/examples/proxy.yaml:/etc/quilkin/quilkin.yaml" ${_REPOSITORY}quilkin:$(make version) proxy'
50+
- 'timeout --signal=INT --preserve-status 5s docker run --rm -v "/workspace/examples/proxy.yaml:/etc/quilkin/quilkin.yaml" ${_REPOSITORY}quilkin:$(make version) --service.udp --provider.file.path=/etc/quilkin/quilkin.yaml'
5151
id: test-quilkin-image-default-config-file
5252
waitFor:
5353
- build

0 commit comments

Comments
 (0)