otto/services/parser/test_data/valid/91_orphan_steps.otto

6 lines
47 B
Plaintext

pipeline {
steps {
sh 'ls'
}
}