diff --git a/tasks/openapi-generate/task.yaml b/tasks/openapi-generate/task.yaml index d3f26bb..6a29a45 100644 --- a/tasks/openapi-generate/task.yaml +++ b/tasks/openapi-generate/task.yaml @@ -55,10 +55,10 @@ spec: workingDir: /workspace/base/$(params.context) script: | #!/bin/sh - if [-d openapi-templates ]; then + if [-d "openapi-templates" ]; then ls -al openapi-templates fi - if [-d openapi-templates/rust-wasm ]; then + if [-d "openapi-templates/rust-wasm" ]; then ls -al openapi-templates/rust-wasm fi