File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cd3_automation_toolkit/user-scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ def create_bucket(config, signer):
581
581
cred_name = prefix + "-automation-toolkit-csk"
582
582
583
583
# Get user ocid for DevOps User Name
584
- if "ocid1.user.oc1 " not in remote_state_user :
584
+ if "ocid1.user.oc " not in remote_state_user :
585
585
if '@' in remote_state_user :
586
586
remote_state_user = remote_state_user .rsplit ("@" ,1 )[0 ]
587
587
@@ -933,7 +933,7 @@ def create_bucket(config, signer):
933
933
git_config_file = config_files + "/" + prefix + "_git_config"
934
934
935
935
#Get Username from $user_ocid if $oci_devops_git_user is left empty
936
- if "ocid1.user.oc1 " in devops_user :
936
+ if "ocid1.user.oc " in devops_user :
937
937
identity_client = oci .identity .IdentityClient (config = new_config ,
938
938
retry_strategy = oci .retry .DEFAULT_RETRY_STRATEGY ,
939
939
signer = signer )
You can’t perform that action at this time.
0 commit comments