From 47485bf7d86556a5cb5aab9f6cf5e284b399d9d0 Mon Sep 17 00:00:00 2001 From: wangchong1995924 <15229716099@163.com> Date: Wed, 9 Jul 2025 11:37:35 +0800 Subject: [PATCH] delete useless action --- script/tools/pkg_rpm_update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/script/tools/pkg_rpm_update.sh b/script/tools/pkg_rpm_update.sh index e986a68..7d12f0a 100755 --- a/script/tools/pkg_rpm_update.sh +++ b/script/tools/pkg_rpm_update.sh @@ -597,7 +597,6 @@ function main() { save_pkg_commits elif [ ${action} == "release" ];then release_rpm - update_repodata ${source_ip} ${backup_path} update_repodata ${release_ip} ${release_path} update_json_file else -- Gitee