manheim / awssume

rubygem for running a command with AWS AssumeRole credentials
MIT License
25 stars 11 forks source link

Capture and use exit status of <command to execute> #1

Closed reppard closed 8 years ago

reppard commented 8 years ago

Currently if awssume is executed with all the configuration it needs but the 'command to execute' returns a non zero exit status, awssume will still return a 0 exit status. This could be problematic for things like Jenkins jobs that pass or fail based on the exit status of the command executed.