From: Matthias Kruk Date: Sun, 1 Aug 2021 07:39:27 +0000 (+0900) Subject: testbot: Remove remaining "commit" references X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=204b499ae4ad9e0d2fc2f62c9bac3dee24d60376;p=foundry testbot: Remove remaining "commit" references Testbots receive testrequest messages and send test messages, neither of which have a commit property. Therefore, testbots should have no notion of commits. This commit removes all remaining references to commits from the testbot implementation. --- diff --git a/testbot.sh b/testbot.sh index 17dc5b4..e6540d4 100755 --- a/testbot.sh +++ b/testbot.sh @@ -55,7 +55,6 @@ publish_result() { if ! testmsg=$(foundry_msg_test_new "$context" \ "$repository" \ "$branch" \ - "$commit" \ "$result"); then log_error "Could not make test message" return 1 @@ -77,7 +76,6 @@ handle_test_request() { local context local repository local branch - local commit local result local testlog