TEST: Pipeline
Build, Push and Deploy CMS / build-push-deploy (push) Failing after 4m15s

This commit is contained in:
FahdShalhoub
2026-08-16 19:26:51 +03:00
parent 1d4ddd7c47
commit 32506730c7
+1 -2
View File
@@ -5,7 +5,6 @@ import (
"fmt"
"log"
"net/http"
"thamanyah/cms/v2/internal/handlers"
"thamanyah/cms/v2/internal/services"
@@ -31,7 +30,7 @@ func main() {
services.MediaConvertClient = &services.MediaConvertConcrete{
MediaConvertClient: mediaconvert.NewFromConfig(config),
Role: "",
Role: "test",
InputBucket: "",
OutputBucket: "",
}