• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

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

Revision83b67763c1d2501673f81dc8671bdb03cc3c7f4b (tree)
Time2019-06-06 02:19:13
Authorhylom <hylom@user...>
Commiterhylom

Log Message

proto: update dockrun protocol

Change Summary

Incremental Difference

--- 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