Skip to content

Commit

Permalink
Jenkinsfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnsth committed Jul 26, 2018
1 parent 446bf4f commit 2c6c5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node {
sh 'go version'

stage('Checkout') {
git url: 'https://github.com/unidoc/unidoc.git'
checkout scm
}

stage('Prepare') {
Expand Down

0 comments on commit 2c6c5b8

Please sign in to comment.