Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removing test phase
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
@@ -45,7 +45,7 @@ node {
handleError(message)
}

stage 'Tests'
/* stage 'Tests'
try{
sh 'bin/test.sh &> debug'
@@ -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'

0 comments on commit b8e1571

Please sign in to comment.