Skip to content

Commit 9087170

Browse files
author
qinhui
committed
Modify the script
1 parent 217d9c2 commit 9087170

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

iOS/APIExample/cloud_build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ cd ${PROJECT_PATH}
1414

1515
#下载美颜资源
1616
echo "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"
1818
unzip -o vender_bytedance_iOS.zip
1919
rm -f vender_bytedance_iOS.zip
2020

2121
echo "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"
2323
unzip -o vender_sense_iOS.zip
2424
rm -f vender_sense_iOS.zip
2525

2626
echo "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"
2828
unzip -o vender_fu_iOS.zip
2929
rm -f vender_fu_iOS.zip
3030

0 commit comments

Comments
 (0)