Skip to content

Commit

Permalink
Remove test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed May 14, 2020
1 parent 9223344 commit 96bd0fc
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,7 @@ pipeline {
})
}
}

stage('Build blazegraph and die'){
steps {
dir('./config/blazegraph') {
git(
url: 'https://github.com/balhoff/blazegraph-runner.git',
branch: 'master'
)
sh 'sbt stage'
sh 'cd ..'
sh 'pwd;find . -name "blazegraph-runner"'
sh './target/universal/stage/bin/blazegraph-runner'
sh 'false'
}
}
}


stage('Build kg_covid_19') {
steps {
dir('./config') {
Expand Down

0 comments on commit 96bd0fc

Please sign in to comment.