codedeploy fails running bash script

Jeff Pittelkow March 28, 2016

Hi guys,

I use Amazon CodeDeploy for my Bamboo build process. Out of the blue, CodeDeploy is failing when it runs my 'AfterInstall' bash scripts. What's odd is that this was working fine, and then suddenly it stopped working. Also, if I run CodeDeploy from within the AWS console, it works fine. The issue is only when Bamboo triggers CodeDeploy.

Again, the issue started out of the blue when the process was working and no changes were made.

CodeDeploy is finding and running the Bash file, but it throws this error and fails: [stderr]/usr/bin/env: bash : No such file or directory

Again, this works fine if I run it from CodeDeploy directly. Any idea of what could be going on or know of any changes in how Bamboo calls CodeDeploy?

 

Thanks!

 

-Jeff

1 answer

1 accepted

0 votes
Answer accepted
Jeff Pittelkow March 30, 2016

FYI, this was caused by my elastic instance changing from a Linux image to a Windows image. Because of this, the file changed from a LF to a CRLF and added carriage returns to my bash files. 

I fixed this 2 differnet ways:

  1. I disabled all Windows options in my 'Image Configurations'.

  2. In .gitattributes i added the line 

    *.sh eol=lf

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events