init
This commit is contained in:
parent
b5557c34da
commit
ddadf8d1d7
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user