Automatically stop review environment after 1 week

This commit is contained in:
Ethan Girouard 2024-03-26 16:41:42 -04:00
parent 0ed4de8bfd
commit eb56957a27
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -77,6 +77,7 @@ start-review:
name: review/$CI_COMMIT_SHORT_SHA name: review/$CI_COMMIT_SHORT_SHA
url: https://review-$CI_COMMIT_SHORT_SHA.libretunes.mregirouard.com url: https://review-$CI_COMMIT_SHORT_SHA.libretunes.mregirouard.com
on_stop: stop-review on_stop: stop-review
auto_stop_in: 1 week
# Stop the review environment # Stop the review environment
stop-review: stop-review: