Skip to content

Commit

Permalink
Bugfixes for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Sep 5, 2024
1 parent 35803c1 commit 6ea382c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ pipeline {
script {
// Get the names of all BioPortal ontologies
// This saves the list to data/raw/ontologylist.tsv
sh ". venv/bin/activate && kgbioportal get-ontology-list --api_key ${NCBO_API_KEY}"
// Deactivated for testing purposes
//sh ". venv/bin/activate && kgbioportal get-ontology-list --api_key ${NCBO_API_KEY}"

// Now download all
// or at least in the future, do them all.
Expand Down

0 comments on commit 6ea382c

Please sign in to comment.