Skip to content

Commit

Permalink
Remove Azure DevOps - not resolving correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
robnewman committed Oct 17, 2023
1 parent 867292e commit ca8e1ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/nf-prov/src/main/nextflow/prov/BcoRenderer.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ class BcoRenderer implements Renderer {
return path.replace(projectDir, "${repository}/src/${commitId}")
else if( repository.host == 'gitlab.com' )
return path.replace(projectDir, "${repository}/-/tree/${commitId}")
else if( repository.host == 'dev.azure.com' )
return path.replace(projectDir, "${repository}/_git/${commitId}")
else
return path
}
Expand Down

0 comments on commit ca8e1ec

Please sign in to comment.