GitLab CI: remove negated globs
This commit is contained in:
parent
47f2795a47
commit
f848f6ace3
1 changed files with 0 additions and 5 deletions
|
@ -61,9 +61,6 @@ build-production:
|
|||
artifacts:
|
||||
paths:
|
||||
- static
|
||||
only:
|
||||
changes:
|
||||
- "!docs/**/*"
|
||||
|
||||
docs-deploy:
|
||||
stage: deploy
|
||||
|
@ -103,5 +100,3 @@ pages:
|
|||
only:
|
||||
refs:
|
||||
- develop
|
||||
changes:
|
||||
- "!docs/**/*"
|
||||
|
|
Loading…
Reference in a new issue