Commit 01e42076 by app.developer

no message

parent 4aa55245
...@@ -88,13 +88,13 @@ ${APPLE_ID} --adhoc --force ...@@ -88,13 +88,13 @@ ${APPLE_ID} --adhoc --force
# fastlane increment_build_number # fastlane increment_build_number
# 先清空前一次build # 先清空前一次build
# fastlane gym --workspace ${EBIZ_WORKSPACE_PATH} \ fastlane gym --workspace ${EBIZ_WORKSPACE_PATH} \
# --scheme ${EBIZ_SCHEME} --clean \ --scheme ${EBIZ_SCHEME} --clean \
# --configuration ${EBIZ_BUILD_CONFIGURATION} \ --configuration ${EBIZ_BUILD_CONFIGURATION} \
# --archive_path ${EBIZ_ARCHIVE_PATH} \ --archive_path ${EBIZ_ARCHIVE_PATH} \
# --export_method ${EBIZ_EXPORT_METHOD} \ --export_method ${EBIZ_EXPORT_METHOD} \
# --output_directory ${OUTPUT_DIR} \ --output_directory ${OUTPUT_DIR} \
# --output_name ${EBIZ_IPA_NAME} --output_name ${EBIZ_IPA_NAME}
if [ "$?" -ne "0" ]; then if [ "$?" -ne "0" ]; then
echo "build error 停止自动构建" echo "build error 停止自动构建"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment