This commit is contained in:
병준 박 2025-04-28 15:11:43 +00:00
parent b7be2d6409
commit b5557c34da

View File

@ -50,6 +50,18 @@ spec:
- name: output - name: output
steps: steps:
- name: debug
image: alpine:latest
workingDir: /workspace/base/$(params.context)
script: |
#!/bin/sh
if [-d openapi-templates ]; then
ls -al openapi-templates
fi
if [-d openapi-templates/rust-wasm ]; then
ls -al openapi-templates/rust-wasm
fi
- name: generate-code - name: generate-code
image: openapitools/openapi-generator-cli:v7.12.0 image: openapitools/openapi-generator-cli:v7.12.0
workingDir: /workspace/base/$(params.context) workingDir: /workspace/base/$(params.context)