fix rhel repo copying

This commit is contained in:
Timofey Turenko 2019-04-09 15:33:52 +03:00
parent 0ce5f87a91
commit 4128937d37

View File

@ -9,6 +9,9 @@ if [ "$box_type" == "RPM" ] ; then
# and to run install and upgrade tests
# with thre real RHEL, but we use CentOS packages for production
if [[ "$platform" != "rhel" || ( "$platform" == "rhel" && "$platform_version" == "8" ) ]]; then
if [[ "$platform" == "rhel" && "$platform_version" == "8" ]]; then
export platform="centos"
fi
export arch=`ssh $sshopt "arch"`
. ${script_dir}/generate_build_info_path.sh