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:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- static
|
- static
|
||||||
only:
|
|
||||||
changes:
|
|
||||||
- "!docs/**/*"
|
|
||||||
|
|
||||||
docs-deploy:
|
docs-deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
@ -103,5 +100,3 @@ pages:
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- develop
|
- develop
|
||||||
changes:
|
|
||||||
- "!docs/**/*"
|
|
||||||
|
|
Loading…
Reference in a new issue