E3SM-Project / E3SM-Project/CMDV-testing
stdout not getting piped to file
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```
cmdvVersion: v1.0
class: TestWorkflow
label: Hello World Example
steps:
deploy: none
run:
label: hello world
run:
stdout: hello_world.out
stderr: hello_world.err
baseCommand: ['echo Hello World!']
out:
log:
type: File
glob: hello_world.out
```
No hello_world.out file is written
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.