• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

docker based ci tool


Commit MetaInfo

修訂83b67763c1d2501673f81dc8671bdb03cc3c7f4b (tree)
時間2019-06-06 02:19:13
作者hylom <hylom@user...>
Commiterhylom

Log Message

proto: update dockrun protocol

Change Summary

差異

--- a/protos/dockrun.proto
+++ b/protos/dockrun.proto
@@ -10,7 +10,7 @@ message RunTaskRequest {
1010 string task_name = 1;
1111 string client_name = 2;
1212 string user_agent = 3;
13- map<string, string> parameters = 4;
13+ map<string, string> parameter = 4;
1414 string parameter_type = 5;
1515 }
1616