Skip to content

Commit 687b882

Browse files
author
qinhui
committed
Modify the download address of sense beauty SDK
1 parent c7051e3 commit 687b882

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

iOS/APIExample/cloud_build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ fi
1313
cd ${PROJECT_PATH}
1414

1515
#下载美颜资源
16-
echo "start download fu resource"
17-
echo "JFROG_API_KEY is $JFROG_API_KEY"
18-
curl -L -H "X-JFrog-Art-Api:${JFROG_API_KEY}" -O "https://artifactory.agoralab.co/artifactory/qa_test_data/beauty/vender_bytedance_iOS.zip"
16+
echo "start download fu resource : $sense_lib"
17+
curl -L -O "https://fullapp.oss-cn-beijing.aliyuncs.com/API-Examples/ci/beauty/ios/vender_bytedance_iOS.zip"
1918
unzip -o vender_bytedance_iOS.zip
2019
rm -f vender_bytedance_iOS.zip
2120

0 commit comments

Comments
 (0)