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: ...@@ -18,16 +18,10 @@ build:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
script: script:
- pwd
- ls -la
- ls -la /
- python /dist.py - python /dist.py
- pwd
- ls -la
- ls -la /
artifacts: artifacts:
paths: paths:
- dist/*.mkp - /dist/*.mkp
upload: upload:
stage: upload stage: upload
...@@ -39,7 +33,7 @@ upload: ...@@ -39,7 +33,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