Skip to content
Snippets Groups Projects
Unverified Commit 5d66163d authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Fix the schedule:review_apps_cleanup job


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 8fe5eb2a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -995,7 +995,7 @@ stop_review:
- master
- /(^docs[\/-].*|.*-docs$)/
 
automated_review_cleanup:
schedule:review_apps_cleanup:
<<: *dedicated-no-docs-pull-cache-job
image: registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base
stage: build
Loading
Loading
@@ -1008,10 +1008,15 @@ automated_review_cleanup:
GIT_DEPTH: "1"
script:
- ruby -rrubygems scripts/review_apps/automated_cleanup.rb
environment:
name: review/auto-cleanup
action: stop
only:
refs:
- schedules@gitlab-org/gitlab-ce
- schedules@gitlab-org/gitlab-ee
kubernetes: active
except:
- master
- tags
- /(^docs[\/-].*|.*-docs$)/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment