From 1709e533fd436441ec6c96cf73ba4e4905b28c41 Mon Sep 17 00:00:00 2001 From: Bruno Patrocinio Date: Wed, 15 Feb 2023 14:31:44 -0300 Subject: [PATCH] fix: add "disks" mandatory argument --- transcoding/job.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transcoding/job.json b/transcoding/job.json index dd7d52c..127e805 100644 --- a/transcoding/job.json +++ b/transcoding/job.json @@ -5,7 +5,7 @@ "runnables": [ { "script": { - "text": "bash /mnt/share/transcode.sh" + "text": "bash /mnt/disks/share/transcode.sh" } } ], @@ -18,7 +18,7 @@ "gcs": { "remotePath": "[BUCKET_NAME]" }, - "mountPath": "/mnt/share" + "mountPath": "/mnt/disks/share" } ], "maxRetryCount": 2,