From eb56957a27e2241e684ad98a5a951dcf6663378b Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Tue, 26 Mar 2024 16:41:42 -0400 Subject: [PATCH] Automatically stop review environment after 1 week --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d0cd24..5e3c85a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,6 +77,7 @@ start-review: name: review/$CI_COMMIT_SHORT_SHA url: https://review-$CI_COMMIT_SHORT_SHA.libretunes.mregirouard.com on_stop: stop-review + auto_stop_in: 1 week # Stop the review environment stop-review: