File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ cd ${PROJECT_PATH}
1414
1515# 下载美颜资源
1616echo " start download bytedance resource : $bytedance_lib "
17- curl -L -O " https://fullapp.oss-cn-beijing.aliyuncs.com/API-Examples/ci/beauty/ios/vender_bytedance_iOS.zip "
17+ curl -L -O " $bytedance_lib "
1818unzip -o vender_bytedance_iOS.zip
1919rm -f vender_bytedance_iOS.zip
2020
2121echo " start download sense resource : $sense_lib "
22- curl -L -O " https://fullapp.oss-cn-beijing.aliyuncs.com/API-Examples/ci/beauty/ios/vender_sense_iOS.zip "
22+ curl -L -O " $sense_lib "
2323unzip -o vender_sense_iOS.zip
2424rm -f vender_sense_iOS.zip
2525
2626echo " start download fu resource : $fu_lib "
27- curl -L -O " https://fullapp.oss-cn-beijing.aliyuncs.com/API-Examples/ci/beauty/ios/vender_fu_iOS.zip "
27+ curl -L -O " $fu_lib "
2828unzip -o vender_fu_iOS.zip
2929rm -f vender_fu_iOS.zip
3030
You can’t perform that action at this time.
0 commit comments