Skip to content
Snippets Groups Projects
Commit 3b78885e authored by James Lopez's avatar James Lopez
Browse files

encrypt credentials in project_creator for bitbucket by default

parent 23146fca
No related branches found
No related tags found
1 merge request!3066Fix for import_url fields on projects containing third-party credentials
Pipeline #
Loading
Loading
@@ -23,7 +23,7 @@ module Gitlab
import_url: "ssh://git@bitbucket.org/#{repo["owner"]}/#{repo["slug"]}.git",
).execute
 
project.create_import_data(data: { "bb_session" => session_data } )
project.create_import_data(credentials: { "bb_session" => session_data } )
project
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment