fix rhel repo copying
This commit is contained in:
parent
0ce5f87a91
commit
4128937d37
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user