Commit cff0e33b by 李英男

Update auto_upload_pgy.sh

parent 39af14cd
...@@ -23,7 +23,6 @@ EBIZ_APP_Build_Version=$3 ...@@ -23,7 +23,6 @@ EBIZ_APP_Build_Version=$3
PGY_API_KEY=$4 PGY_API_KEY=$4
PGY_USER_KEY=$5 PGY_USER_KEY=$5
DD_HOST_URL=$6 DD_HOST_URL=$6
DD_MESSAGE=$7"."
CURRENT_DIR=$(cd "$(dirname "$0")"; pwd) CURRENT_DIR=$(cd "$(dirname "$0")"; pwd)
PROJECT_PATH=$(dirname $(cd "$(dirname "$0")"; pwd)) PROJECT_PATH=$(dirname $(cd "$(dirname "$0")"; pwd))
...@@ -71,7 +70,7 @@ fi ...@@ -71,7 +70,7 @@ fi
# (以上调试完成后,再打开以下注释) # (以上调试完成后,再打开以下注释)
if [ $# -eq 6 ]; then if [ $# -eq 6 ]; then
python ${CURRENT_DIR}/auto_push_ding_talk.py ${EBIZ_Version} ${EBIZ_APP_Name} ${EBIZ_ENV} ${DD_ICON_URL//\"/} ${DD_DOWN_URL//\"/} ${DD_HOST_URL} ${PGY_password} ${DD_MESSAGE} python ${CURRENT_DIR}/auto_push_ding_talk.py ${EBIZ_Version} ${EBIZ_APP_Name} ${EBIZ_ENV} ${DD_ICON_URL//\"/} ${DD_DOWN_URL//\"/} ${DD_HOST_URL} ${PGY_password}
fi 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