1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
interpretter: "" provider: subprocess executable: sh --- job: a then: - start: b script: - touch tmp/a --- job: b when: - done: a script: - touch tmp/b - exit 0 - ls missing/b