Skip to content

Commit

Permalink
fix issue azure test issue
Browse files Browse the repository at this point in the history
Signed-off-by: jorgee <jorge.ejarque@seqera.io>
  • Loading branch information
jorgee committed Sep 30, 2024
1 parent b81b3c0 commit 8615647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class BashWrapperBuilderWithAzTest extends Specification {
binding.unstage_outputs == """\
IFS=\$'\\n'
for name in \$(eval "ls -1d test.bam test.bai" | sort | uniq); do
nxf_az_upload \$name '${AzHelper.toHttpUrl(target)}' || true
nxf_az_upload \$name '${AzHelper.toHttpUrl(target)}'
done
unset IFS
""".stripIndent().rightTrim()
Expand Down

0 comments on commit 8615647

Please sign in to comment.