Commit 3d0ec169 authored by fuyanbin's avatar fuyanbin
Browse files

打包thirdparty.json到smallp

parent 4e611fdd
Pipeline #49969 passed with stages
in 57 seconds
......@@ -220,6 +220,11 @@ update_hugepall_zipfile() {
zip -u -j "$hugep_zip_file" "$config_json_file"
zip -u -j "$hugep_zip_file" "$config_json_file_bak"
zip -u -j "$hugep_zip_file" "./services/hugep"
if [[ -f /baseimages/"${VENDOR}-${ORGCODE}-thirdparty.json" ]]
then
cp /baseimages/"${VENDOR}-${ORGCODE}-thirdparty.json" "$build_dir/thirdparty.json"
zip -u -j "$hugep_zip_file" "$build_dir/thirdparty.json"
fi
}
upload() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment