ci: no need to fetch gtk-rs checker history

This commit is contained in:
Guillaume Desmottes 2020-04-15 15:03:35 +02:00
parent 429962bdd7
commit 23545fcf7d

View file

@ -217,7 +217,7 @@ gir-checks:
extends: .img-stable
stage: 'extras'
script:
- git clone https://github.com/gtk-rs/checker
- git clone --depth 1 https://github.com/gtk-rs/checker
- cd checker && echo '[workspace]' >> Cargo.toml
- cargo build --release
- |