This commit is contained in:
병준 박 2025-04-28 15:15:02 +00:00
parent b5557c34da
commit ddadf8d1d7

View File

@ -55,10 +55,10 @@ spec:
workingDir: /workspace/base/$(params.context) workingDir: /workspace/base/$(params.context)
script: | script: |
#!/bin/sh #!/bin/sh
if [-d openapi-templates ]; then if [-d "openapi-templates" ]; then
ls -al openapi-templates ls -al openapi-templates
fi fi
if [-d openapi-templates/rust-wasm ]; then if [-d "openapi-templates/rust-wasm" ]; then
ls -al openapi-templates/rust-wasm ls -al openapi-templates/rust-wasm
fi fi