Skip to content

Commit

Permalink
re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Aug 7, 2018
1 parent 3c25a63 commit c74faae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ node('docker') {
stage 'Tests'

try{
// sh 'bin/test.sh &> debug'
echo "skipping test temp"
sh 'bin/test.sh &> debug'
} catch(error) {
def error_details = readFile('./debug');
def message = "BUILD ERROR: There was a problem building ${imagename}:${tag}. \n\n ${error_details}"
Expand Down

0 comments on commit c74faae

Please sign in to comment.