Loading .gitlab-ci.yml +12 −0 Original line number Original line Diff line number Diff line Loading @@ -6,11 +6,23 @@ workflow: - if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH stages: stages: - markdown_test - preflight - preflight - compile - compile - lint - lint - build - 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 # Preflight Loading Loading
.gitlab-ci.yml +12 −0 Original line number Original line Diff line number Diff line Loading @@ -6,11 +6,23 @@ workflow: - if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH stages: stages: - markdown_test - preflight - preflight - compile - compile - lint - lint - build - 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 # Preflight Loading