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