Commit 52cf1722 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'docs/not-run-review-app-image' into 'master'

Do not run review app images for docs only changes

See merge request gitlab-org/gitlab-ee!6355
parents a9122d43 138b0bb3
......@@ -1078,6 +1078,7 @@ review-app-image:
except:
refs:
- master
- /(^docs[\/-].*|.*-docs$)/
.reviewapps_deploy: &reviewapps_deploy |
[[ "$TRACE" ]] && set -x
......@@ -1269,6 +1270,7 @@ review:
except:
refs:
- master
- /(^docs[\/-].*|.*-docs$)/
stop_review:
image: registry.gitlab.com/charts/gitlab:latest
......@@ -1291,3 +1293,4 @@ stop_review:
kubernetes: active
except:
- master
- /(^docs[\/-].*|.*-docs$)/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment