Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Bhoski committed Aug 12, 2021
1 parent bbcd992 commit 7502850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/mathworks/ci/TestStepExecution.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public ProcStarter getProcessToRunMatlabCommand(FilePath workspace, Launcher lau
TaskListener listener, EnvVars envVars, String matlabCommand, String uniqueName)
throws IOException, InterruptedException {
// Get node specific tmp directory to copy matlab runner script
//String tmpDir = getNodeSpecificTmpFolderPath(workspace);
FilePath targetWorkspace = new FilePath(launcher.getChannel(),
workspace.getRemote() + "/" + MatlabBuilderConstants.TEMP_MATLAB_FOLDER_NAME);

Expand Down

0 comments on commit 7502850

Please sign in to comment.