Skip to content

Commit

Permalink
removing test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo diaz committed Mar 20, 2017
1 parent 09441fe commit b8e1571
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 @@ -45,7 +45,7 @@ node {
handleError(message)
}

stage 'Tests'
/* stage 'Tests'
try{
sh 'bin/test.sh &> debug'
Expand All @@ -54,7 +54,7 @@ node {
def message = "BUILD ERROR: There was a problem building ${imagename}:${tag}. \n\n ${error_details}"
sh "rm -f ./debug"
handleError(message)
}
}*/

stage 'Push'

Expand Down

0 comments on commit b8e1571

Please sign in to comment.