Jan Kundrát | e3c1746 | 2019-01-25 16:45:28 +0100 | [diff] [blame] | 1 | - job: |
2 | name: run-ci-build-sh | ||||
3 | description: | | ||||
4 | Run project's ./ci/build.sh script. | ||||
5 | run: playbooks/run-test-command/run.yaml | ||||
6 | vars: | ||||
7 | test_command: "ci/build.sh" | ||||
Jan Kundrát | 4552bf4 | 2019-02-13 19:39:43 +0100 | [diff] [blame^] | 8 | |
9 | - job: | ||||
10 | name: run-ci-build-sh-with-submodules | ||||
11 | parent: run-ci-build-sh | ||||
12 | pre-run: playbooks/git-submodules/run.yaml |