Skip to content
Snippets Groups Projects
Commit ca28cc98 authored by Frank Baier's avatar Frank Baier
Browse files

Update gitlab-ci-mkp.yml

parent c98c7dd6
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,11 @@ release_job:
stage: release
tags:
- global-runner
rules:
- if: $CI_COMMIT_TAG
needs:
- job: build
artifacts: true
script:
- glab config set check_update false --global
- glab auth login --job-token $CI_JOB_TOKEN --hostname $CI_SERVER_HOST --api-protocol $CI_SERVER_PROTOCOL
......
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