diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 928c4a79685fc0b337274ee71c65e802b57f4cb6..cb5ef71d354be60401aec79e99202bb12ed240fa 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -396,12 +396,10 @@ download_gopher() { yumdownloader --repofrompath="gala_eur,https://eur.openeuler.openatom.cn/results/Vchanger/gala-oe2203sp1/openeuler-22.03_LTS_SP1-${OS_ARCH}/" gala-gopher \ --destdir=${DOWNLOAD_DIR} -b gopher_local_rpm=$(ls ${DOWNLOAD_DIR}/gala-gopher*oe2203sp1.*${OS_ARCH}.rpm) - yum_download $gopher_local_rpm elif [ "$OS_VERSION" == "openEuler-22.03-LTS" ] ; then yumdownloader --repofrompath="gala_eur,https://eur.openeuler.openatom.cn/results/Vchanger/gala-oe2203/openeuler-22.03_LTS_SP1-${OS_ARCH}/" gala-gopher \ --destdir=${DOWNLOAD_DIR} -b gopher_local_rpm=$(ls ${DOWNLOAD_DIR}/gala-gopher*oe2203.*${OS_ARCH}.rpm) - yum_download $gopher_local_rpm elif [ "$OS_VERSION" == "openEuler-20.03-LTS-SP1" ] ; then yumdownloader --repofrompath="gala_eur,https://eur.openeuler.openatom.cn/results/Vchanger/gala-oe2003sp1/openeuler-20.03_LTS_SP3-${OS_ARCH}/" gala-gopher \ --destdir=${DOWNLOAD_DIR} -b