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

test ci variables

parent 8b2bd89f
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@ build-dev:
script:
- echo $CI_COMMIT_BRANCH
- echo $CI_PIPELINE_SOURCE
- echo $CI_COMMIT_TITLE
- echo $CI_COMMIT_SHORT_SHA
- echo $CI_MERGE_REQUEST_SOURCE_BRANCH_SHA
- |-
if [[ $CI_PIPELINE_SOURVE == "merge_request_event" ]]; then
echo "VUE_APP_VERSION_LABEL=$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME" >> .env.dev_server
......
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