Skip to content
Snippets Groups Projects
Commit b982301a authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Remove commit title from version label

parent bed07122
No related branches found
Tags release_2021-10-01_1
No related merge requests found
......@@ -17,7 +17,7 @@ build-dev:
- echo $CI_PIPELINE_SOURCE
- echo $CI_COMMIT_TITLE
- echo $CI_COMMIT_SHORT_SHA
- echo "VUE_APP_VERSION_LABEL=MERGE $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME ($CI_COMMIT_SHORT_SHA $CI_COMMIT_TITLE)"
- echo "VUE_APP_VERSION_LABEL=MERGE $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME ($CI_COMMIT_SHORT_SHA)"
- echo $CI_OPEN_MERGE_REQUESTS
- |-
if [[ $CI_PIPELINE_SOURCE == "merge_request_event" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment