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" "fmt"
"log" "log"
"net/http" "net/http"
"thamanyah/cms/v2/internal/handlers" "thamanyah/cms/v2/internal/handlers"
"thamanyah/cms/v2/internal/services" "thamanyah/cms/v2/internal/services"
@@ -31,7 +30,7 @@ func main() {
services.MediaConvertClient = &services.MediaConvertConcrete{ services.MediaConvertClient = &services.MediaConvertConcrete{
MediaConvertClient: mediaconvert.NewFromConfig(config), MediaConvertClient: mediaconvert.NewFromConfig(config),
Role: "", Role: "test",
InputBucket: "", InputBucket: "",
OutputBucket: "", OutputBucket: "",
} }