From 22f39fd56460929b9c9e18169722105ac0ce9ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Mon, 22 Apr 2024 16:28:41 +0200 Subject: [PATCH] fix --- share/gitea-tekton-org/auto-ci.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/gitea-tekton-org/auto-ci.tf b/share/gitea-tekton-org/auto-ci.tf index a26c5ae..062cd86 100644 --- a/share/gitea-tekton-org/auto-ci.tf +++ b/share/gitea-tekton-org/auto-ci.tf @@ -62,8 +62,7 @@ resource "kubectl_manifest" "auto-ci-detector" { - name: detect-stages image: $(params.toolbox-image) workingDir: $(workspaces.source.path) - script: ${file("${path.module}/auto-ci-detector.py")} - + script: ${jsonencode(file("${path.module}/auto-ci-detector.py"))} workspaces: - name: source mountPath: /data