projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adac42b
)
ci: Fixate CentOS container image until rpm-md repos sync
author
Colin Walters
<walters@verbum.org>
Tue, 12 Sep 2017 13:46:05 +0000
(09:46 -0400)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Tue, 12 Sep 2017 18:03:58 +0000
(18:03 +0000)
Copy of https://github.com/projectatomic/rpm-ostree/pull/985
Closes: #1160
Approved by: jlebon
.papr.yml
patch
|
blob
|
history
diff --git
a/.papr.yml
b/.papr.yml
index 75ace5da2656727d463910dfa5229d5d9d1ed2ec..56ff4dae57e197b1c8b3075aac4f115e536ad1cf 100644
(file)
--- a/
.papr.yml
+++ b/
.papr.yml
@@
-41,8
+41,10
@@
env:
CFLAGS: ''
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 sh -c
+ registry.centos.org/centos/centos:7
.3.1611
sh -c
'yum install -y git && ci/build-check.sh'
---