Skip to content

Commit

Permalink
Remove test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee authored May 14, 2020
1 parent 8fbe201 commit 9223344
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ pipeline {
branch: 'master'
)
sh 'sbt stage'
sh 'cd ..'
sh 'pigz -d ../merged-kg.nt.gz'
sh './target/universal/stage/bin/blazegraph-runner load --informat=ntriples --journal=merged-kg.jnl --use-ontology-graph=true ./merged-kg.nt'
sh './target/universal/stage/bin/blazegraph-runner load --informat=ntriples --journal=merged-kg.jnl --use-ontology-graph=true ../merged-kg.nt'
sh 'pigz merged-kg.jnl'
}
}
Expand Down

0 comments on commit 9223344

Please sign in to comment.