otto/crates/parser/test_data/invalid/01_missing_steps.otto

10 lines
119 B
Plaintext

pipeline {
stages {
stage {
name = 'Build'
steps {
}
}
}
}