Allow schema validation job failure for exit code 128

git diff A...B is equivalent to git diff $(git merge-base A B) B.
See man git-diff.

In some special situations `git merge-base A B` fails with "fatal: FETCH_HEAD...HEAD: no merge base".
This commit is contained in:
FestplattenSchnitzel 2021-12-08 17:43:23 +01:00
parent 1ae76acc12
commit 690e92c5ec
No known key found for this signature in database
GPG key ID: 1B4181FC97673B9D

View file

@ -93,6 +93,8 @@ schema validation:
- pipelines
- schedules
- triggers
allow_failure:
exit_codes: 128
before_script:
- apk add git
- npm -g install ajv-cli