mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
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:
parent
1ae76acc12
commit
690e92c5ec
1 changed files with 2 additions and 0 deletions
|
|
@ -93,6 +93,8 @@ schema validation:
|
|||
- pipelines
|
||||
- schedules
|
||||
- triggers
|
||||
allow_failure:
|
||||
exit_codes: 128
|
||||
before_script:
|
||||
- apk add git
|
||||
- npm -g install ajv-cli
|
||||
|
|
|
|||
Loading…
Reference in a new issue