Fix hashtaging the software name in automatic toot

This commit is contained in:
Luc Didry 2018-12-09 12:47:23 +01:00
parent f572b69907
commit fb0d8b1a0b
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
1 changed files with 1 additions and 1 deletions

View File

@ -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