tests
parent
219ae16a1e
commit
27a125244d
|
@ -59,7 +59,8 @@ describe('Cloud Runner Kubernetes', () => {
|
||||||
customJob: `
|
customJob: `
|
||||||
- name: 'step 1'
|
- name: 'step 1'
|
||||||
image: 'ubuntu'
|
image: 'ubuntu'
|
||||||
commands: 'curl http://$LOG_SERVICE_IP:80''`,
|
commands: |
|
||||||
|
curl http://$LOG_SERVICE_IP:80`,
|
||||||
};
|
};
|
||||||
if (CloudRunnerOptions.providerStrategy !== `k8s`) {
|
if (CloudRunnerOptions.providerStrategy !== `k8s`) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue