Skip to content

Commit

Permalink
possible copy-paste fix for neo product; work on #35
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Apr 29, 2020
1 parent 86c7e06 commit 289bd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ pipeline {
sh 'curl -L -o /tmp/blazegraph.jar https://github.com/blazegraph/database/releases/download/BLAZEGRAPH_2_1_6_RC/blazegraph.jar'
sh 'curl -L -o /tmp/blazegraph.properties https://raw.githubusercontent.com/geneontology/minerva/master/minerva-core/src/main/resources/org/geneontology/minerva/blazegraph.properties'
sh 'curl -L -o /tmp/go-lego.owl http://skyhook.berkeleybop.org/$BRANCH_NAME/ontology/extensions/go-lego.owl'
sh 'curl -L -o /tmp/neo.owl skyhook@skyhook.berkeleybop.org:/home/skyhook/$BRANCH_NAME/ontology/neo.owl'
sh 'curl -L -o /tmp/neo.owl skyhook.berkeleybop.org:/$BRANCH_NAME/ontology/neo.owl'
// BUG/TODO: This will need to point inward at some point.
sh 'curl -L -o /tmp/reacto.owl http://snapshot.geneontology.org/ontology/extensions/reacto.owl'
// DEBUG: confirm for the moment.
Expand Down

0 comments on commit 289bd60

Please sign in to comment.