From: Colin Walters Date: Tue, 24 Oct 2017 14:27:23 +0000 (-0400) Subject: ci: Update centos container to current again X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~30^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b11d1aa3f2bec975982fc4e1d9f690f785f493f4;p=ostree.git ci: Update centos container to current again Repo sync issue should be cleared now, and for some reason the previous container is already GC'd. Closes: #1304 Approved by: peterbaouoft --- diff --git a/.papr.yml b/.papr.yml index 5b1acbee..04190188 100644 --- a/.papr.yml +++ b/.papr.yml @@ -45,10 +45,8 @@ env: CONFIGOPTS: '--with-curl --with-openssl' tests: - # FIXME revert setting to 7/3/1611 when repos sync - # https://github.com/projectatomic/rpm-ostree/pull/985 - docker run --privileged -v $PWD:$PWD --workdir $PWD - registry.centos.org/centos/centos:7.3.1611 sh -c + registry.centos.org/centos/centos:7 sh -c 'yum install -y git && ci/build-check.sh' ---