summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-25 09:12:16 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-25 09:12:16 -0700
commit818582b435bc1807b87e547e53c488986286ff1f (patch)
treec430a7f8032b58f1fc23d575904fc62534484c28
parentac1a150bb7c6af8377074e946f1ca6233a345ac9 (diff)
gitlab CI: stop requiring Signed-off-by in commits
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79201c9..1069d25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ check-commits:
- .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/setxkbmap
variables: