ci: Explicitly fetch before build

See https://github.com/coreos/coreos-assembler/pull/1379
This commit is contained in:
Colin Walters 2020-04-21 16:56:38 +00:00 committed by OpenShift Merge Robot
parent 682aad249b
commit c94639f546

View File

@ -65,6 +65,7 @@ parallel insttests: {
# https://github.com/coreos/rpm-ostree/pull/2015
dnf --disablerepo=* --enablerepo=f31-coreos-continuous download ostree ostree-libs
mv *.rpm overrides/rpm
coreos-assembler fetch
coreos-assembler build
""")
}