Skip to content

Commit

Permalink
debugging for #35
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Apr 28, 2020
1 parent b97d363 commit 67b5338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ pipeline {
sh 'curl -L -o /tmp/neo.owl [email protected]:/home/skyhook/$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.
sh 'ls -AlF /tmp/neo.owl'
sh 'ls -AlF /tmp/reacto.owl'
// WARNING: Having trouble getting the journal to the
// right location. Theoretically, if the pipeline
// choked at the wrong time, a hard-to-erase file
Expand Down

0 comments on commit 67b5338

Please sign in to comment.