Loading .gitlab-ci.yml +0 −17 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +0 −17 Original line number Diff line number Diff line Loading @@ -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 Loading