This commit is contained in:
병준 박 2025-04-28 15:18:59 +00:00
parent ddadf8d1d7
commit fceb48f394

View File

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