We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4eca9 commit 5a514d7Copy full SHA for 5a514d7
plugins/nf-azure/src/test/nextflow/executor/BashWrapperBuilderWithAzTest.groovy
@@ -78,7 +78,6 @@ class BashWrapperBuilderWithAzTest extends Specification {
78
local source=$1
79
local target=$2
80
local basedir=$(dirname "$target")
81
- # local ret removed
82
mkdir -p "$basedir"
83
84
azcopy sync "$source?$AZ_SAS" "$target" --recursive
@@ -209,7 +208,6 @@ class BashWrapperBuilderWithAzTest extends Specification {
209
208
210
211
212
213
214
215
0 commit comments