You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/04/05 15:03:59 UTC

[camel] branch main updated: (chores) ci: remove invalid comment

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new eae705a149c (chores) ci: remove invalid comment
eae705a149c is described below

commit eae705a149c6e2f171524a6c3dea31a070c6cbf2
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Apr 5 17:03:44 2022 +0200

    (chores) ci: remove invalid comment
---
 .github/actions/quick-test/quick-test.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/actions/quick-test/quick-test.sh b/.github/actions/quick-test/quick-test.sh
index 795b9491ee6..43d2da06359 100755
--- a/.github/actions/quick-test/quick-test.sh
+++ b/.github/actions/quick-test/quick-test.sh
@@ -116,7 +116,6 @@ function main() {
 
   echo "${total}" > "${logDir}/tested"
   echo "${failures}" > "${logDir}/failures"
-  # This is the comment that is displayed on the PR
   exit "${failures}"
 }