Skip to content

Commit

Permalink
Remove old code.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com>
  • Loading branch information
adamrtalbot authored Apr 5, 2024
1 parent 33969d3 commit 0abaf47
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -681,25 +681,6 @@ class AzBatchService implements Closeable {
.withContainerConfiguration(containerConfig)
}

// protected String startTaskCmd(AzPoolOpts opts) {

// def startCmd = []

// // If enabled, append azcopy installer to start task command
// // TODO If statement here to handle if this is disabled.
// if( config.batch().getCopyToolInstallMode() != CopyToolInstallMode.node )
// startCmd << 'chmod +x azcopy && mkdir \$AZ_BATCH_NODE_SHARED_DIR/bin/ && cp azcopy \$AZ_BATCH_NODE_SHARED_DIR/bin/'

// // Get any custom start task command
// if ( opts.startTask ) {
// startCmd << opts.startTask
// }

// final startTaskCmd = "bash -c \"${startCmd.join(';')}\""
// log.debug "Start task command:\n$startTaskCmd"

// return startTaskCmd
// }

protected StartTask createStartTask(AzPoolOpts opts) {

Expand Down

0 comments on commit 0abaf47

Please sign in to comment.