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

Update gitlab-ci-mkp.yml

parent 6b6f7400
No related branches found
No related tags found
No related merge requests found
......@@ -18,16 +18,10 @@ build:
rules:
- if: $CI_COMMIT_TAG
script:
- pwd
- ls -la
- ls -la /
- python /dist.py
- pwd
- ls -la
- ls -la /
artifacts:
paths:
- dist/*.mkp
- /dist/*.mkp
upload:
stage: upload
......@@ -39,7 +33,7 @@ upload:
script:
- |
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:
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