Skip to content

Commit

Permalink
#22. Remove double checkout from pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Aug 30, 2019
1 parent e3ee849 commit 726340d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker/dataverse-k8s/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ pipeline {
registry = "https://registry.hub.docker.com"
}
stages {
stage('checkout') {
steps {
checkout scm
}
}

stage('build') {
steps {
script {
Expand Down

0 comments on commit 726340d

Please sign in to comment.