tests/rpm.bats: use Fedora 27
Update tests/rpm.bats to use Fedora 27. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Closes: #342 Approved by: rhatdan
This commit is contained in:
parent
1680a5f0a0
commit
2dd03d6741
|
@ -8,7 +8,7 @@ load helpers
|
|||
fi
|
||||
|
||||
# Build a container to use for building the binaries.
|
||||
image=registry.fedoraproject.org/fedora:26
|
||||
image=registry.fedoraproject.org/fedora:27
|
||||
cid=$(buildah --debug=false from --pull --signature-policy ${TESTSDIR}/policy.json $image)
|
||||
root=$(buildah --debug=false mount $cid)
|
||||
commit=$(git log --format=%H -n 1)
|
||||
|
|
Loading…
Reference in New Issue