[gjs: 4/13] CI: Remove do_Get_Commit_Message



commit da9ca962c26150226d26aa2eab72caf04fedf745
Author: Philip Chimento <philip endlessm com>
Date:   Wed Oct 16 16:11:52 2019 -0700

    CI: Remove do_Get_Commit_Message
    
    This is now done via regex matching in .gitlab-ci.yml.

 test/test-ci.sh | 10 ----------
 1 file changed, 10 deletions(-)
---
diff --git a/test/test-ci.sh b/test/test-ci.sh
index d84e81eb..add9b55a 100755
--- a/test/test-ci.sh
+++ b/test/test-ci.sh
@@ -70,15 +70,6 @@ do_Create_Artifacts_Folder () {
     mkdir -p "$save_dir"/analysis; touch "$save_dir"/analysis/doing-"$1"
 }
 
-do_Get_Commit_Message () {
-    # Allow CI to skip jobs. Its goal is to simplify housekeeping.
-    # Disable tasks using the commit message. Possibilities are (and/or):
-    # [skip eslint]            [skip cpplint]          [skip cppcheck]
-    #
-    # Just add the "code" anywhere inside the commit message.
-    log_message=$(git log -n 1)
-}
-
 do_Check_Warnings () {
     local total=0
     cat compilation.log | grep "warning:" | awk '{total+=1}END{print "Total number of warnings: "total}'
@@ -128,7 +119,6 @@ echo "Build options: $BUILD_OPTS"
 echo "Doing: $1 $extra_opts"
 
 do_Create_Artifacts_Folder "$1"
-do_Get_Commit_Message
 
 if test "$1" = "GJS"; then
     do_Set_Env


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]