github.com/billybanfield/evergreen@v0.0.0-20170525200750-eeee692790f7/validator/testdata/project.diff (about) 1 diff --git a/testing/project2.config b/testing/project2.config 2 new file mode 100644 3 index 0000000..9012033 4 --- /dev/null 5 +++ b/testing/project2.config 6 @@ -0,0 +1,14 @@ 7 +buildvariants: 8 +- name: test 9 + run_on: 10 + - d1 11 + tasks: 12 + - name: hello 13 + 14 +tasks: 15 +- name: hello 16 + commands: 17 + - command: shell.exec 18 + params: 19 + working_dir: src 20 + script: ls -al