fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user