pull/496/head
Frostebite 2023-02-12 00:48:03 +00:00
parent 6511570870
commit b2c87f58f2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ describe('Cloud Runner Local Docker Workflows', () => {
customJob: `
- name: 'step 1'
image: 'ubuntu'
commands: 'ls /data/'s
commands: 'ls /data/'
`,
});
const baseImage = new ImageTag(buildParameter);