Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-28 06:31:20 +00:00
parent 6c7a9503f4
commit 4136e131e7
1 changed files with 4 additions and 3 deletions

View File

@ -98,10 +98,11 @@ build:
when: on_success when: on_success
expire_in: 3 days expire_in: 3 days
paths: paths:
- "*" - "*" # Incluse everything
exclude: exclude:
- ".*" - ".*" # Exclude dot files
- ".*/**/*" - ".*/**/*" # Exclude everything in the dot folders
- "Source/**/*" # Exclude everything in the Source folder
#tests: #tests:
# stage: test # stage: test