Commit 3eed3ba9 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Attempting CI/CD basline generation

parent 9d9aa4fd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -6,11 +6,23 @@ workflow:
    - if: $CI_COMMIT_BRANCH

stages:
  - markdown_test
  - preflight
  - compile
  - lint
  - build

# -----------------------------------------------------------
# Markdown

preflight:
  stage: markdown_test
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
  interruptible: true
  script:
    - 104196/publish.sh 001 104196/ts_spec_template.docx 104196 104196/ts_cover_skeleton.docx TS


# -----------------------------------------------------------
# Preflight