Skip to content

Commit

Permalink
follow links; work on #158
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Jan 29, 2020
1 parent 0536c8d commit be4ca67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,10 @@ pipeline {
retry(3){

// Get jar.
sh 'curl -O https://github.com/geneontology/pathways2GO/releases/download/v0.1.0/biopax2go.jar'
sh 'curl -O -L https://github.com/geneontology/pathways2GO/releases/download/v0.1.0/biopax2go.jar'

// Biopax files needed
sh 'curl -O https://reactome.org/download/current/biopax.zip'
sh 'curl -O -L https://reactome.org/download/current/biopax.zip'
sh 'unzip -o biopax.zip'

// Fake Catalog.
Expand Down

0 comments on commit be4ca67

Please sign in to comment.