CI: use correct quotation marks

This commit is contained in:
marchingon12
2021-04-07 22:34:37 +02:00
parent db3f29f900
commit 71ea00281f

View File

@@ -27,7 +27,7 @@ assembleDebug:
- 'curl -s -X POST ${MSG_URL} -d chat_id=${TELEGRAM_CHAT_ID}
-d "disable_web_page_preview=true"
-d "parse_mode=MarkdownV2"
-d text=Project:+${CI_PROJECT_NAME}\n[*⚒️+Building*](${CI_PIPELINE_URL})+with+HEAD+at+[*${CI_COMMIT_SHORT_SHA}*](${COMMIT_URL})+by+${CI_COMMIT_AUTHOR}\nBranch:+${CI_COMMIT_BRANCH}"
-d text=Project:+${CI_PROJECT_NAME}\n[*⚒️+Building*](${CI_PIPELINE_URL})+with+HEAD+at+[*${CI_COMMIT_SHORT_SHA}*](${COMMIT_URL})+by+${CI_COMMIT_AUTHOR}\nBranch:+${CI_COMMIT_BRANCH}'
- ./gradlew assembleDebug
artifacts:
paths: