We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cd758 commit 9906ee9Copy full SHA for 9906ee9
ads/jobs/builders/infrastructure/dsc_job.py
@@ -312,6 +312,8 @@ def _create_with_oci_api(self) -> None:
312
logger.debug(oci_model)
313
res = self.client.create_job(oci_model)
314
self.update_from_oci_model(res.data)
315
+ if not self.artifact:
316
+ return
317
try:
318
if issubclass(self.artifact.__class__, Artifact):
319
with self.artifact as artifact:
0 commit comments