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

Update gitlab-ci-mkp.yml

parent f7605698
No related branches found
No related tags found
No related merge requests found
...@@ -18,10 +18,11 @@ build: ...@@ -18,10 +18,11 @@ build:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
script: script:
- python /dist.py - cp /dist.py ./
- python dist.py
artifacts: artifacts:
paths: paths:
- /dist/*.mkp - dist/*.mkp
upload: upload:
stage: upload stage: upload
...@@ -33,7 +34,7 @@ upload: ...@@ -33,7 +34,7 @@ upload:
script: script:
- | - |
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-file /dist/${CHECKMK_PLUGIN_FILENAME} "${PACKAGE_REGISTRY_URL}/${CHECKMK_PLUGIN_FILENAME}" --upload-file dist/${CHECKMK_PLUGIN_FILENAME} "${PACKAGE_REGISTRY_URL}/${CHECKMK_PLUGIN_FILENAME}"
release: release:
stage: release stage: release
......
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