Skip to content
Snippets Groups Projects
Commit b181ff41 authored by Alfin Johny's avatar Alfin Johny
Browse files

Update .gitlab-ci.yml file

parent 9d2164d2
No related branches found
No related tags found
1 merge request!82Fix/missing_API_documentation
Pipeline #1662746 passed
......@@ -47,7 +47,7 @@ clone:
- $CI_PROJECT_DIR/aircraft-design
- $CI_PROJECT_DIR/libraries
- $CI_PROJECT_DIR/docs/documentation
expire_in: 15 minutes
expire_in: 5 Minutes
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
......@@ -80,7 +80,7 @@ pages:
# Save the generated static website files as artifacts
paths:
- $CI_PROJECT_DIR/public
expire_in: 1 hour # Artifacts will be stored for 1 hour
expire_in: 5 Minutes #Artifacts will be stored for 5 Minutes
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.
Please register or to comment