Commit 905d195f by 段志勇

95549

parent d3603454
...@@ -62,7 +62,7 @@ RESPONSE=${PGY_RESPONSE//\\n/} ...@@ -62,7 +62,7 @@ RESPONSE=${PGY_RESPONSE//\\n/}
echo_log "${RESPONSE}" echo_log "${RESPONSE}"
RESPONSE_CODE=$(echo $RESPONSE | jq '.code') RESPONSE_CODE=$(echo $RESPONSE | jq '.code')
DD_ICON_URL=$(echo $RESPONSE | jq '.data.buildIcon')/120 DD_ICON_URL=$(echo $RESPONSE | jq '.data.buildIcon')
DD_DOWN_URL=$(echo $RESPONSE | jq '.data.buildShortcutUrl') DD_DOWN_URL=$(echo $RESPONSE | jq '.data.buildShortcutUrl')
if [ $RESPONSE_CODE -ne 0 ]; then if [ $RESPONSE_CODE -ne 0 ]; then
......
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