init
This commit is contained in:
parent
b7be2d6409
commit
b5557c34da
@ -50,6 +50,18 @@ spec:
|
||||
- name: output
|
||||
|
||||
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
|
||||
image: openapitools/openapi-generator-cli:v7.12.0
|
||||
workingDir: /workspace/base/$(params.context)
|
||||
|
Loading…
x
Reference in New Issue
Block a user