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: ...@@ -1078,6 +1078,7 @@ review-app-image:
except: except:
refs: refs:
- master - master
- /(^docs[\/-].*|.*-docs$)/
.reviewapps_deploy: &reviewapps_deploy | .reviewapps_deploy: &reviewapps_deploy |
[[ "$TRACE" ]] && set -x [[ "$TRACE" ]] && set -x
...@@ -1269,6 +1270,7 @@ review: ...@@ -1269,6 +1270,7 @@ review:
except: except:
refs: refs:
- master - master
- /(^docs[\/-].*|.*-docs$)/
stop_review: stop_review:
image: registry.gitlab.com/charts/gitlab:latest image: registry.gitlab.com/charts/gitlab:latest
...@@ -1291,3 +1293,4 @@ stop_review: ...@@ -1291,3 +1293,4 @@ stop_review:
kubernetes: active kubernetes: active
except: except:
- master - 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