Skip to content
Snippets Groups Projects
Commit a4cb4fa5 authored by Kristina Mazur's avatar Kristina Mazur
Browse files

Update .gitlab-ci.yml file

parent fb84cb80
No related branches found
No related tags found
1 merge request!73Initial open source version
Pipeline #1629762 failed
......@@ -47,6 +47,15 @@ clone:
- $CI_PROJECT_DIR/aircraft-design
- $CI_PROJECT_DIR/libraries
- $CI_PROJECT_DIR/docs/documentation
exclude:
- docs/**/latex # Exclude LaTeX-generated files
- docs/**/man # Exclude manual pages if not needed
- docs/**/rtf # Exclude RTF output if not needed
- docs/**/xml # Exclude XML files if they are not required
- docs/**/tmp # Exclude temporary files
- docs/**/dot # Exclude Graphviz DOT files
expire_in: 1 day # Keep artifacts only for 1 day
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' # Run when the commit is on the default branch
when: on_success # Only run if the previous jobs are successful
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment