Skip to content
Snippets Groups Projects
Verified Commit 534938c2 authored by Arie Peterson's avatar Arie Peterson
Browse files

Always run cleanup job

parent c68f41ef
No related branches found
No related tags found
No related merge requests found
......@@ -153,8 +153,6 @@ terminate:
- echo "$CI_COMMIT_MESSAGE" | grep '!ci_dont_terminate' && echo 'Termination of droplet disabled in commit message.' || python3 -u ./ci-bootstrap.py --use-existing-inventory --terminate
# Remove droplet older than 2 days
- python3 -c "import cosmos; cosmos.terminate_droplets_by_name(\"^ci-\", 2)"
only:
changes:
- ansible/**/*
- helmfiles/**/*
- test/**/*
# This job has no `only` (anymore), so will always run. This works around a
# Gitlab bug: if no job runs at all due to `only`, Gitlab gets confused and
# doesn't allow you to merge the MR.
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