Commit 234eb417 authored by canterburym's avatar canterburym Committed by canterburym
Browse files

Adding artefact job

parent c9498a5f
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
stages: stages:
- check - check
- build
process_asn: process_asn:
image: "mcanterb/asn1test:latest" image: "mcanterb/asn1test:latest"
...@@ -15,3 +23,22 @@ process_xsd: ...@@ -15,3 +23,22 @@ process_xsd:
script: script:
- python3 testing/xsd_process.py - 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