f25-build-check: install git early

Install `git` before `build-check.sh`, so that we can run the cheaper
`ci-commitmessage-submodules.sh` test first.

Closes: #773
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2017-05-12 10:18:50 -04:00 committed by Atomic Bot
parent ab1176f682
commit 63d648b9aa

View File

@ -10,6 +10,9 @@ required: true
container: container:
image: registry.fedoraproject.org/fedora:25 image: registry.fedoraproject.org/fedora:25
packages:
- git
tests: tests:
- ci/ci-commitmessage-submodules.sh - ci/ci-commitmessage-submodules.sh
- ci/build-check.sh - ci/build-check.sh