Skip to content
Snippets Groups Projects
Commit bf548ee6 authored by Ben Heasly's avatar Ben Heasly
Browse files

separate rdt credentials from publishing function

parent 33394b5e
No related branches found
No related tags found
No related merge requests found
......@@ -43,11 +43,6 @@ if deployToolboxes
tbUse({'RenderToolbox4', 'RemoteDataToolbox'});
end
if ~dryRun
rdtConfig = rdtConfiguration(rdtConfig);
rdtConfig = rdtCredentialsDialog(rdtConfig);
end
if 7 ~= exist(tempRoot, 'dir')
mkdir(tempRoot);
end
......
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