fix
This commit is contained in:
@@ -62,8 +62,7 @@ resource "kubectl_manifest" "auto-ci-detector" {
|
|||||||
- name: detect-stages
|
- name: detect-stages
|
||||||
image: $(params.toolbox-image)
|
image: $(params.toolbox-image)
|
||||||
workingDir: $(workspaces.source.path)
|
workingDir: $(workspaces.source.path)
|
||||||
script: ${file("${path.module}/auto-ci-detector.py")}
|
script: ${jsonencode(file("${path.module}/auto-ci-detector.py"))}
|
||||||
|
|
||||||
workspaces:
|
workspaces:
|
||||||
- name: source
|
- name: source
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|||||||
Reference in New Issue
Block a user