From 12e282a819f294ec690e0116d2dfb290359b1b8d Mon Sep 17 00:00:00 2001 From: marchingon12 Date: Wed, 7 Apr 2021 21:40:11 +0200 Subject: [PATCH] CI: fix message empty --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f5292018..07c065025 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,10 +25,10 @@ assembleDebug: stage: build script: - ./gradlew assembleDebug - - 'curl -s -X POST ${MSG_URL} -d chat_id=${TELEGRAM_CHAT_ID} \ - -d "disable_web_page_preview=true" \ - -d "parse_mode=html" \ - -d text="Project: ${CI_PROJECT_NAME}\n⚒️ Building with HEAD at ${CI_COMMIT_SHORT_SHA} by ${CI_COMMIT_AUTHOR}\nBranch: ${CI_COMMIT_BRANCH}"' + - 'curl -s -X POST ${MSG_URL} -d chat_id=${TELEGRAM_CHAT_ID} + -d "disable_web_page_preview=true" + -d "parse_mode=html" + -d text=Project: ${CI_PROJECT_NAME}\n⚒️ Building with HEAD at ${CI_COMMIT_SHORT_SHA} by ${CI_COMMIT_AUTHOR}\nBranch: ${CI_COMMIT_BRANCH}' artifacts: paths: - app/build/outputs/