We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7051e3 commit 687b882Copy full SHA for 687b882
1 file changed
iOS/APIExample/cloud_build.sh
@@ -13,9 +13,8 @@ fi
13
cd ${PROJECT_PATH}
14
15
#下载美颜资源
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"
+echo "start download fu resource : $sense_lib"
+curl -L -O "https://fullapp.oss-cn-beijing.aliyuncs.com/API-Examples/ci/beauty/ios/vender_bytedance_iOS.zip"
19
unzip -o vender_bytedance_iOS.zip
20
rm -f vender_bytedance_iOS.zip
21
0 commit comments