ci/rpmostree: Bump to 2019.1
Should fix the issue that CI broke due to libsolv not being sync'd. Closes: #1806 Approved by: jlebon
This commit is contained in:
parent
bb141d38da
commit
6e1588c022
|
|
@ -6,7 +6,7 @@ set -xeuo pipefail
|
||||||
# Frozen to a tag for now to help predictability; it's
|
# Frozen to a tag for now to help predictability; it's
|
||||||
# also useful to test building *older* versions since
|
# also useful to test building *older* versions since
|
||||||
# that must work.
|
# that must work.
|
||||||
RPMOSTREE_TAG=v2018.8
|
RPMOSTREE_TAG=v2019.1
|
||||||
|
|
||||||
dn=$(dirname $0)
|
dn=$(dirname $0)
|
||||||
. ${dn}/libpaprci/libbuild.sh
|
. ${dn}/libpaprci/libbuild.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue