This commit is contained in:
Frostebite 2023-12-09 20:46:47 +00:00
parent a624d7b8fd
commit 8ca921403e

View File

@ -45,6 +45,9 @@ describe('Cloud Runner Sync Environments', () => {
`,
});
const baseImage = new ImageTag(buildParameter);
if (baseImage.toString().includes('undefined')) {
throw new Error(`Base image is undefined`);
}
// Run the job
const file = await CloudRunner.run(buildParameter, baseImage.toString());