From 7413b09165ec28715f172b36bc9f7a61e26de0fc Mon Sep 17 00:00:00 2001 From: wangchong1995924 <15229716099@163.com> Date: Fri, 29 Nov 2024 10:44:36 +0800 Subject: [PATCH] The multi_version directory is created by default --- script/step/get_epol_rpms.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/step/get_epol_rpms.sh b/script/step/get_epol_rpms.sh index e862595..b590ec8 100644 --- a/script/step/get_epol_rpms.sh +++ b/script/step/get_epol_rpms.sh @@ -101,6 +101,8 @@ function get_epol_rpms_inchroot() sshcmd "${SSH_CMD}" fi # multi version + SSH_CMD="mkdir -p ${RELEASE_DIR}/multi_version" + sshcmd "${SSH_CMD}" if [[ ${EPOL_MULTI_VERSION_LIST} != "" ]];then for r in ${EPOL_MULTI_VERSION_LIST} do -- Gitee