-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathoutput.yml
41 lines (41 loc) · 959 Bytes
/
output.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
pre:
- command: git.get_project
params:
directory: src
- command: shell.exec
params:
script: |
set -o verbose
echo "chayaMtesting in pre"
cat src/output.json
tasks:
- name: print_apple
commands:
- command: shell.exec
params:
script: |
set -o verbose
echo "chayaMtesting in task"
cat src/output.json
- command: shell.exec
params:
script: echo "apple"
- name: print_banana
commands:
- command: shell.exec
params:
script: echo "gross banana"
buildvariants:
- name: ubuntu2204
display_name: Ubuntu 22.04
run_on:
- ubuntu2204-small
tasks:
- name: "print_apple"
create_check_run:
path_to_outputs: "src/output.json"
- name: "print_banana"
create_check_run:
path_to_outputs: "output.json"
expansions:
checkRun_key: apple