Commit de4c76bb authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '50936-docs/run-review-cleanup-only-for-gitlab-org-repos' into 'master'

Run the review-docs-cleanup jobs for gitlab-org repos only

Closes #50936

See merge request gitlab-org/gitlab-ce!21463
parents c0fa576e cb7d4340
......@@ -311,10 +311,13 @@ review-docs-cleanup:
environment:
name: review-docs/$CI_COMMIT_REF_SLUG
action: stop
when: manual
script:
- gem install gitlab --no-ri --no-rdoc
- ./$SCRIPT_NAME cleanup
when: manual
only:
- branches@gitlab-org/gitlab-ce
- branches@gitlab-org/gitlab-ee
##
# Trigger a docker image build in CNG (Cloud Native GitLab) repository
......
---
title: Run review-docs-cleanup job for gitlab-org repos only
merge_request: 21463
author: Takuya Noguchi
type: other
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