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:
parent
ab1176f682
commit
63d648b9aa
@ -10,6 +10,9 @@ required: true
|
||||
container:
|
||||
image: registry.fedoraproject.org/fedora:25
|
||||
|
||||
packages:
|
||||
- git
|
||||
|
||||
tests:
|
||||
- ci/ci-commitmessage-submodules.sh
|
||||
- ci/build-check.sh
|
||||
|
Loading…
Reference in New Issue
Block a user