Closed n-eiling closed 5 months ago
Ah looks like now the DCO check works again.... What should we do?
Ich glaube der DCO check geht wieder. Falls möglich würde ich den lieber direkt in GitHub belassen.
ok I removed the DCO check again. I think the other changes are still useful, so let's merge them instead.
The github DCO check seems to be broken. I actually liked it so maybe we can move back to it at some point. However, for now I added this DCO check to the gitlab CI: https://github.com/christophebedard/dco-check
I also added some more needs statesments to increase parallel execution of CI jobs and replaced some
CI_COMMIT_REF_NAME
withDOCKER_TAG
(its the same value but the latter is more consistent and verbose)