Commit 1a352677 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Removing CI/CD component

parent c82c53e5
Loading
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -6,28 +6,11 @@ workflow:
    - if: $CI_COMMIT_BRANCH

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

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

markdown:
  stage: markdown_test
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
  interruptible: true
  script:
    - cd 104196
    - ./publish.sh 001 ts_spec_template.docx 104196 ts_cover_skeleton.docx TS
  artifacts:
    paths:
      - "104196/baseline/*.docx"
    name: $CI_MERGE_REQUEST_TITLE
    expire_in: 30 days

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