Loading .gitlab-ci.yml +9 −0 Original line number Diff line number Diff line stages: - check - build process_asn: image: "mcanterb/asn1test:latest" Loading @@ -15,3 +16,11 @@ 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_PIPELINE_SOURCE No newline at end of file Loading
.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line stages: - check - build process_asn: image: "mcanterb/asn1test:latest" Loading @@ -15,3 +16,11 @@ 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_PIPELINE_SOURCE No newline at end of file