Skip to content

Commit

Permalink
fix Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jareddlc committed Apr 10, 2017
1 parent ebb3ff3 commit 53d8a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ node {
checkout scm
}
stage("Build") {
sh "docker-build.sh"
sh "./docker-build.sh"
}
stage("Deploy") {
sh "docker-service.sh"
sh "./docker-service.sh"
}
}

0 comments on commit 53d8a97

Please sign in to comment.