From 71ea00281fbd182384fc8a308bf9edf2a38f8dcc Mon Sep 17 00:00:00 2001 From: marchingon12 Date: Wed, 7 Apr 2021 22:34:37 +0200 Subject: [PATCH] CI: use correct quotation marks --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 826601228..a6d601cd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: