summaryrefslogtreecommitdiff
path: root/test/buildtool/graph_traverser/data/use_uploaded_blobs/graph_description
blob: dd7c87bbfa84448505f97e28448bf3bc16f7dcb2 (plain)
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
{
    "blobs": ["test to check if blobs are uploaded", "this"],
    "trees": {},
    "actions": {
        "write_test": {
            "input": {
                "subject": {
                    "type": "KNOWN",
                    "data": {
                        "id": "a2a3f4f1e30c488bfbd52aabfbcfcc1f5822158d",
                        "size": 4,
                        "file_type": "f"
                    }
                },
                "thing": {
                    "type": "KNOWN",
                    "data": {
                    "id": "d4d7eecc25bcbd902b0b97a97e8e2e478c97454b",
                        "size": 35,
                        "file_type": "f"
                    }
                }
            },
            "output": [
                "statement"
            ],
            "command": [
                "/bin/sh",
                "-c",
                "set -e\necho -n \"$(cat subject) is a $(cat thing)\" > statement"
            ]
        }
    }
}