Fix 'only' regex for the review-docs job

This commit is contained in:
Achilleas Pipinellis 2018-07-04 13:03:52 +02:00
parent 935969be25
commit 80f1a486c1
No known key found for this signature in database
GPG Key ID: A0996FBD3E92C17B
1 changed files with 2 additions and 3 deletions

View File

@ -298,9 +298,8 @@ review-docs-deploy:
- gem install gitlab --no-ri --no-rdoc
- ./$SCRIPT_NAME deploy
only:
- /(^docs[\/-].*|.*-docs$)/
- branches@gitlab-org/gitlab-ce
- branches@gitlab-org/gitlab-ee
- /(^docs[\/-].*|.*-docs$)/@gitlab-org/gitlab-ce
- /(^docs[\/-].*|.*-docs$)/@gitlab-org/gitlab-ee
<<: *except-qa
# Cleanup remote environment of gitlab-docs