This commit is contained in:
Frostebite 2023-07-22 21:11:22 +01:00
parent 219ae16a1e
commit 27a125244d

View File

@ -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;