From fb0d8b1a0b2e8aa8fd8f4efe208d18488b991d66 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Sun, 9 Dec 2018 12:47:23 +0100 Subject: [PATCH] Fix hashtaging the software name in automatic toot --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca813b6ce..687f7dae2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ pouet-it: - cd /opt/pouet-it-from-ci # Make the project name first letter uppercase - export project="$(tr '[:lower:]' '[:upper:]' <<< ${CI_PROJECT_NAME:0:1})${CI_PROJECT_NAME:1}" - - export MESSAGE=$(echo -e "I just released a new version of #${project}!\n${CI_PROJECT_URL}/tags/${CI_COMMIT_TAG}") + - export MESSAGE=$(echo -e "I just released a new version of "'#'"${project}!""\n${CI_PROJECT_URL}/tags/${CI_COMMIT_TAG}") - carton exec ./pouet-it-from-ci.pl only: - tags