diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-17 17:27:01 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-17 17:27:01 +0200 |
commit | 1e866201f1ccf8fa3bb22c6f5fa723b26c86dbe1 (patch) | |
tree | ac4b7fc47aa29ced3381444c219df2a8d5dd710e | |
parent | fb33dab23d35d0cdf6be8d8015dc33bd3be2ff9d (diff) | |
parent | 77fc71cb17a0bca168737c48ed836a7ae2c6f74a (diff) |
Merge remote-tracking branch 'origin/master' into obsd
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96519b5..ec9ea9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,14 +35,14 @@ variables: # -# Verify that commit messages are as expected, signed-off, etc. +# Verify that commit messages are as expected # check-commits: extends: - .fdo.ci-fairy stage: prep script: - - ci-fairy check-commits --signed-off-by --junit-xml=results.xml + - ci-fairy check-commits --junit-xml=results.xml except: - master@xorg/app/twm variables: |