Skip to content

Commit

Permalink
test pipeline for full NEO load of all reviewed; for geneontology/neo#82
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Mar 18, 2022
1 parent ca47c5b commit 18f89f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ pipeline {
// The branch of geneontology/go-stats to use.
TARGET_GO_STATS_BRANCH = 'master'
// The branch of go-ontology to use.
TARGET_GO_NEO_BRANCH = 'issue-82-add-all-reviewed'
// The branch of go-ontology to use.
TARGET_GO_ONTOLOGY_BRANCH = 'master'
// The branch of minerva to use.
TARGET_MINERVA_BRANCH = 'master'
Expand Down Expand Up @@ -214,7 +216,7 @@ pipeline {
// Create a relative working directory and setup our
// data environment.
dir('./neo') {
git 'https://github.com/geneontology/neo.git'
git branch: TARGET_GO_NEO_BRANCH, url: 'https://github.com/geneontology/neo'

// Default namespace.
sh 'OBO=http://purl.obolibrary.org/obo'
Expand Down

0 comments on commit 18f89f0

Please sign in to comment.