Skip to content
Snippets Groups Projects
Commit 2d95ff5c authored by František Řezníček's avatar František Řezníček
Browse files

feat: add cloud team privileged members to allow them the migration

parent 3b41c74f
No related branches found
No related tags found
1 merge request!2feat: add cloud team privileged members to allow them the migration
Pipeline #448886 passed
...@@ -33,7 +33,7 @@ def trim_dict(dict_data, allowed_keys=None, denied_keys=None): ...@@ -33,7 +33,7 @@ def trim_dict(dict_data, allowed_keys=None, denied_keys=None):
def executed_as_admin_user_in_ci(): def executed_as_admin_user_in_ci():
""" identity the script user within CI pipeline """ """ 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(): def executed_in_ci():
""" detect CI environment """ """ detect CI environment """
......
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