Skip to content
Snippets Groups Projects
Commit f0fb0802 authored by canterburym's avatar canterburym
Browse files

Merge branch 'maintenance/preflight_checks' into 'meeting/LI61'

Maintenance/preflight checks

See merge request li/schemas-definitions!45
parents 236e1c7f 307223c5
No related branches found
No related tags found
2 merge requests!45Maintenance/preflight checks,!44Output from LI61
Pipeline #13283 passed
......@@ -6,9 +6,19 @@ workflow:
- if: $CI_COMMIT_BRANCH
stages:
- preflight
- check
- build
preflight:
image: "forge.etsi.org:5050/li/schemas-definitions/forgelib"
stage: preflight
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
interruptible: true
script:
- forgelib-preflight https://$CI_SERVER_HOST $CI_PROJECT_ID $CI_MERGE_REQUEST_IID
process_asn:
image: "forge.etsi.org:5050/li/schemas-definitions/asn1test:latest"
stage: check
......@@ -24,7 +34,7 @@ process_xsd:
- python3 testing/xsd_process.py
generate_artefacts:
image: "forge.etsi.org:5050/li/trial/changemarks"
image: "forge.etsi.org:5050/li/schemas-definitions/forgelib"
stage: build
interruptible: true
rules:
......
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