diff --git a/roles/copr/backend/files/cleanup-vms-aws-resalloc b/roles/copr/backend/files/cleanup-vms-aws-resalloc index accd1a1ac3..eb063798f6 100644 --- a/roles/copr/backend/files/cleanup-vms-aws-resalloc +++ b/roles/copr/backend/files/cleanup-vms-aws-resalloc @@ -65,10 +65,6 @@ def _detect_instance(): def _main(): - - # resalloc account have nonstandard HOME variable - os.environ["HOME"] = "/home/resalloc" - tracked = _get_tracked_instances() copr_instance = _detect_instance()