summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2018-12-15 19:19:35 +0100
committerstom79 <tschneider.ac@gmail.com>2018-12-15 19:19:35 +0100
commit97e7b5c2388c1e51c0636d3b4e4d2282eb48de1c (patch)
treec12350b40a68f2a83ab06d28885acc818b31a13f
parent4e6fd95518210baf70d10347427b13339b283dc5 (diff)
parent592f9fc21150af35ea1f6ab488b61b8c7b01e0db (diff)
Merge remote-tracking branch 'origin/develop' into develop
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08809daad..20306a198 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,7 +86,7 @@ pouet-it:
script:
- cd /opt/pouet-it-from-ci
# Make the project name first letter uppercase
- - export NC_DOWNLOAD_URL="${NC_SHARE_URL}/?path=%2F${CI_COMMIT_TAG}%2F"
+ - export NC_DOWNLOAD_URL="${NC_SHARE_URL}?path=%2F${CI_COMMIT_TAG}%2F"
- 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}\nYou can download the apks on ${NC_DOWNLOAD_URL}")
- if [[ ! -z $HOST ]]; then carton exec ./pouet-it-from-ci.pl; fi