Commit 1df77554 by app.developer

no message

parent 9b3628eb
......@@ -12,7 +12,6 @@ SECONDS=0
# DIR path
readonly CURRENT_DIR=$(cd "$(dirname "$0")"; pwd)
readonly PROJECT_DIR=$(dirname $(cd "$(dirname "$0")"; pwd))
# readonly OUTPUT_DIR=${PROJECT_DIR}/fastlane_build/${NOW}
readonly OUTPUT_DIR=${PROJECT_DIR}/fastlane_build
PSCHEME_PATH=($(find $PROJECT_DIR -name *.xcodeproj)// /})
......@@ -71,7 +70,7 @@ fi
# 修改打包环境
if [ -f "${PROJECT_DIR}/${EBIZ_SCHEME}/Config/Config-${BUILD_ENV}.plist" ];then
echo "MARVINTEST-YES"
cp -r ${PROJECT_DIR}/${EBIZ_SCHEME}/Config/Config-${BUILD_ENV}.plist ${WORKSPACE}/${EBIZ_SCHEME}/Config/Config.plist
cp -r ${PROJECT_DIR}/${EBIZ_SCHEME}/Config/Config-${EBIZ_BUILD_ENV}.plist ${PROJECT_DIR}/${EBIZ_SCHEME}/Config/Config.plist
else
echo "MARVINTEST-NO"
fi
......
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