From 2d95ff5cbd55dca1f6347e262a11777e5b4c84b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20=C5=98ezn=C3=AD=C4=8Dek?= <246254@mail.muni.cz> Date: Thu, 23 May 2024 11:10:41 +0200 Subject: [PATCH] feat: add cloud team privileged members to allow them the migration --- ci/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lib.py b/ci/lib.py index 90fc15a..6b7face 100644 --- a/ci/lib.py +++ b/ci/lib.py @@ -33,7 +33,7 @@ def trim_dict(dict_data, allowed_keys=None, denied_keys=None): def executed_as_admin_user_in_ci(): """ identity the script user within CI pipeline """ - return os.environ.get('GITLAB_USER_LOGIN') in ('246254', '252651', 'Jan.Krystof', 'moravcova', '469240', 'Josef.Nemec', '247801') + return os.environ.get('GITLAB_USER_LOGIN') in ('246254', '252651', 'Jan.Krystof', 'moravcova', '469240', 'Josef.Nemec', '247801', '253466', '252985') def executed_in_ci(): """ detect CI environment """ -- GitLab