From a4cee3c94d27ef6c07f269a0888e28daef575953 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sun, 15 Dec 2019 19:20:48 +0100 Subject: [PATCH] Revert "ci: ignore changes in versions.txt lines" This reverts commit 5fb6d791 --- rust-bindings/rust/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index f8bdaae6..b3d081dd 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -27,7 +27,7 @@ check: - cargo fmt --package ostree -- --check - rm -rf src/auto/ - make gir - - git difftool -y --trust-exit-code -x "diff -u -I 'from gir-files'" + - git diff -R --exit-code # build build_all-features: