|
| 1 | +{ |
| 2 | + "name": "example-project", |
| 3 | + "description": "Example description", |
| 4 | + "type": "policy-set", |
| 5 | + "build": [ |
| 6 | + { |
| 7 | + "name": "masterfiles-example-module", |
| 8 | + "description": "Example", |
| 9 | + "url": "https://github.com/example/", |
| 10 | + "commit": "0000000000000000000000000000000000000000", |
| 11 | + "added_by": "cfbs add", |
| 12 | + "steps": ["run this"] |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "example-module", |
| 16 | + "description": "Example", |
| 17 | + "url": "https://github.com/example/", |
| 18 | + "commit": "0000000000000000000000000000000000000000", |
| 19 | + "dependencies": ["example-dependency"], |
| 20 | + "added_by": "cfbs add", |
| 21 | + "steps": ["delete this"] |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "example-dependency", |
| 25 | + "description": "Example", |
| 26 | + "url": "https://github.com/example/", |
| 27 | + "commit": "0000000000000000000000000000000000000000", |
| 28 | + "dependencies": ["example-module"], |
| 29 | + "added_by": "cfbs add", |
| 30 | + "steps": ["delete this"] |
| 31 | + } |
| 32 | + ] |
| 33 | +} |
0 commit comments