Commit 8f2d0d8a authored by Mark Canterbury's avatar Mark Canterbury
Browse files

echo

parent e112f01a
Loading
Loading
Loading
Loading
Loading
+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"
@@ -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