From 204b499ae4ad9e0d2fc2f62c9bac3dee24d60376 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Sun, 1 Aug 2021 16:39:27 +0900 Subject: [PATCH] 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. --- testbot.sh | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3