danger / peril

☢️ Serious and immediate danger.
https://danger.systems
MIT License
460 stars 58 forks source link

Prefix pre_hook bash file with #!/bin/bash #463

Closed steprescott closed 4 years ago

steprescott commented 4 years ago

At the moment autobuilds from docker are failing as below.

Executing pre_build hook...
Could not execute hook at 'hooks/pre_build'. Is it missing a #! line?

As per dockers docs this PR adds the #!/bin/bash prefix to the file.