mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 09:10:12 +01:00
CI: Do not store .git directory in artifacts
gitlab-runner warns about that: > Uploading artifacts... > WARNING: Part of .git directory is on the list of files to archive > WARNING: This may introduce unexpected problems
This commit is contained in:
parent
34858870fe
commit
04e1c76110
1 changed files with 6 additions and 0 deletions
|
|
@ -155,6 +155,9 @@ fedora image:
|
|||
when: "always"
|
||||
paths:
|
||||
- "*"
|
||||
exclude:
|
||||
- ".git*"
|
||||
- ".git/**/*"
|
||||
|
||||
fedora build shared:
|
||||
extends:
|
||||
|
|
@ -397,6 +400,9 @@ vs2019 shared amd64:
|
|||
artifacts:
|
||||
paths:
|
||||
- "*"
|
||||
exclude:
|
||||
- ".git*"
|
||||
- ".git/**/*"
|
||||
|
||||
vs2019 static amd64:
|
||||
extends: '.build windows'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue