ci: Update centos container to current again
authorColin Walters <walters@verbum.org>
Tue, 24 Oct 2017 14:27:23 +0000 (10:27 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 24 Oct 2017 14:59:21 +0000 (14:59 +0000)
Repo sync issue should be cleared now, and for some reason the previous
container is already GC'd.

Closes: #1304
Approved by: peterbaouoft

.papr.yml

index 5b1acbee8bfacefbb5e05d0192ec414382848039..041901884ff3b21f37ed664be144b8c17994d834 100644 (file)
--- 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'
 
 ---