docker based ci tool
修訂 | 83b67763c1d2501673f81dc8671bdb03cc3c7f4b (tree) |
---|---|
時間 | 2019-06-06 02:19:13 |
作者 | hylom <hylom@user...> |
Commiter | hylom |
proto: update dockrun protocol
@@ -10,7 +10,7 @@ message RunTaskRequest { | ||
10 | 10 | string task_name = 1; |
11 | 11 | string client_name = 2; |
12 | 12 | string user_agent = 3; |
13 | - map<string, string> parameters = 4; | |
13 | + map<string, string> parameter = 4; | |
14 | 14 | string parameter_type = 5; |
15 | 15 | } |
16 | 16 |