From ddadf8d1d7f9a2361c5a74234f5b83c33c82eba5 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Mon, 28 Apr 2025 15:15:02 +0000 Subject: [PATCH] init --- tasks/openapi-generate/task.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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