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

correct docker image

parent 54a407be
Branches v2.33.x
Tags v2.33.1
2 merge requests!54Resolve "Restructure Project Directory Structure",!52Mdbook
Pipeline #52670 failed
...@@ -69,8 +69,6 @@ documentation:static: ...@@ -69,8 +69,6 @@ documentation:static:
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
script: script:
- ls
- ls documentation
- mdbook build documentation --dest-dir public - mdbook build documentation --dest-dir public
artifacts: artifacts:
paths: paths:
...@@ -86,6 +84,8 @@ documentation:test: ...@@ -86,6 +84,8 @@ documentation:test:
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
script: script:
- ls
- ls documentation
- mdbook build documentation --dest-dir public - mdbook build documentation --dest-dir public
sast: sast:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment