File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -543,10 +543,10 @@ export class C2DEngineDocker extends C2DEngine {
543543 // already built, we need to validate it
544544 const validation = await C2DEngineDocker . checkDockerImage ( image , env . platform )
545545 console . log ( 'Validation: ' , validation )
546- if ( ! validation . valid )
547- throw new Error (
548- `Cannot find image ${ image } for ${ env . platform . architecture } . Maybe it does not exist or it's build for other arhitectures.`
549- )
546+ // if (!validation.valid)
547+ // throw new Error(
548+ // `Cannot find image ${image} for ${env.platform.architecture}. Maybe it does not exist or it's build for other arhitectures.`
549+ // )
550550 if ( queueMaxWaitTime === 0 ) {
551551 job . status = C2DStatusNumber . PullImage
552552 job . statusText = C2DStatusText . PullImage
You can’t perform that action at this time.
0 commit comments