Commit 138b0bb3 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Do not run review app images for docs only changes

parent d631467a
......@@ -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