Loading .gitlab-ci.yml +5 −8 Original line number Diff line number Diff line Loading @@ -4,6 +4,11 @@ stages: - test - deploy include: - component: sc07.dev/sc07/ci/wiki@main inputs: wiki_token: $CI_TOKEN eslint client: stage: lint rules: Loading Loading @@ -61,14 +66,6 @@ jest server: coverage_format: cobertura path: packages/server/coverage/cobertura-coverage.xml build wiki: stage: build trigger: include: .gitlab/ci/wiki.yml allow_failure: true rules: - if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH deploy: stage: deploy trigger: Loading Loading
.gitlab-ci.yml +5 −8 Original line number Diff line number Diff line Loading @@ -4,6 +4,11 @@ stages: - test - deploy include: - component: sc07.dev/sc07/ci/wiki@main inputs: wiki_token: $CI_TOKEN eslint client: stage: lint rules: Loading Loading @@ -61,14 +66,6 @@ jest server: coverage_format: cobertura path: packages/server/coverage/cobertura-coverage.xml build wiki: stage: build trigger: include: .gitlab/ci/wiki.yml allow_failure: true rules: - if: $CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH deploy: stage: deploy trigger: Loading