From acc60b9fb0ec501f6a0ba51bd61c1c73b7307057 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 20 Feb 2020 11:36:23 +1000 Subject: [PATCH] gitlab CI: add a comment to explain one of the jobs Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9f910c..fe12139 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -128,6 +128,9 @@ variables: # # ################################################################# +# +# Verify that commit messages are as expected, signed-off, etc. +# check-commit: image: golang:alpine -- 2.7.4