Commit 95ceb90d authored by canterburym's avatar canterburym Committed by canterburym
Browse files

Adding artefact job

parent df811e36
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
stages:
- check
- build
process_asn:
image: "mcanterb/asn1test:latest"
......@@ -15,3 +23,22 @@ process_xsd:
script:
- python3 testing/xsd_process.py
generate_artefacts:
image: "forge.etsi.org:5050/li/trial/changemarks"
stage: build
interruptible: true
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
script:
- echo $CI_PROJECT_ID
- echo $CI_PROJECT_NAME
- echo $CI_PROJECT_PATH
- echo $CI_PIPELINE_SOURCE
- echo $CI_OPEN_MERGE_REQUESTS
- echo $CI_MERGE_REQUEST_IID
- forgelib-changedocs -v https://$CI_SERVER_HOST $CI_PROJECT_ID $CI_PROJECT_PATH $CI_MERGE_REQUEST_IID
artifacts:
untracked: true
paths:
- "*.docx"
expire_in: 30 days
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment