Skip to content
Snippets Groups Projects
Commit cf51d15f authored by Bas Nijholt's avatar Bas Nijholt
Browse files

add authors check in CI

parent c50008af
No related branches found
No related tags found
No related merge requests found
Pipeline #11941 passed
This commit is part of merge request !93. Comments created here will be created in the context of that merge request.
image: quantumtinkerer/research
test:
script:
- pip install -r test-requirements.txt
......@@ -7,3 +8,9 @@ test:
artifacts:
paths:
- htmlcov
authors:
script:
- AUTHORS=`git shortlog -s | sed -e "s/^[0-9\t ]*//"| xargs -i sh -c 'grep -q "{}" AUTHORS.md || echo "{} missing from authors"'`
- if [ ! -z $AUTHORS ]; then { echo $AUTHORS; exit 1; }; fi
allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment