ci: ignore changes in versions.txt lines

Apparently these now change with each commit.
This commit is contained in:
Felix Krull 2019-12-15 18:16:23 +01:00 committed by Colin Walters
parent 31c80cb22b
commit 8576adff1d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ check:
- cargo fmt --package ostree -- --check - cargo fmt --package ostree -- --check
- rm -rf src/auto/ - rm -rf src/auto/
- make gir - make gir
- git diff -R --exit-code - git difftool -y --trust-exit-code -x "diff -u -I 'from gir-files'"
# build # build
build_all-features: build_all-features: