The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

 

TAGS
AUG Leaders

Atlassian Community Events