This commit is contained in:
2024-04-22 16:28:41 +02:00
parent 8896c6db93
commit 22f39fd564

View File

@@ -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