Commit d796bd94 by tingweiwang

解决private_img下载找不到问题,wget -p改为 -P

1 parent dc508fc4
Showing with 1 additions and 1 deletions
......@@ -59,7 +59,7 @@ git clone -b $kpl_launcher_branch git@gitlab.seetatech.com:tingweiwang/kpl-laun
}
private_img(){
wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/private_images/images.tar.gz -p $base_package_workspace
wget https://2019-10-1.oss-cn-huhehaote.aliyuncs.com/private_images/images.tar.gz -P $base_package_workspace
}
configmap_kpl(){
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!