Skip to content
Snippets Groups Projects
Commit 6f213b81 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

remove testig stage from documentation

parent f380ff19
No related branches found
No related tags found
1 merge request!90Develop
Pipeline #67378 failed
...@@ -26,16 +26,13 @@ documentation:pdf: ...@@ -26,16 +26,13 @@ documentation:pdf:
script: script:
- mdbook build documentation --dest-dir public - mdbook build documentation --dest-dir public
documentation:static: documentation:website:
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes:
- documentation/design/*.md
artifacts: artifacts:
paths: paths:
- public - public
expire_in: 1 week expire_in: 1 week
<<: *rust <<: *rust
\ No newline at end of file
documentation:test:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
<<: *rust
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment