From 63d648b9aac6f7c06577817d82ccbe89a64d9600 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 12 May 2017 10:18:50 -0400 Subject: [PATCH] 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 --- .redhat-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.redhat-ci.yml b/.redhat-ci.yml index e599aa4e..095757ab 100644 --- a/.redhat-ci.yml +++ b/.redhat-ci.yml @@ -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