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