You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bin/codedeploy-agent is unnecessarily complex and creates odd failure scenarios.
I updated my installed version of ruby to 2.3.3. Because the script has 2.3.1 hard coded as the maximum supported version the script tried to find a different ruby and chose a much older one which was core dumping when I attempted to start the agent.
Even if the script found another ruby that ruby won't necessarily the ruby I want to run the agent with. Randomly choosing a ruby isn't helpful and is un *nix like.
My request is to check for the existence of an environment variable specifying the ruby to use. If it doesn't exist use the ruby the script is ran with. No guessing.
The text was updated successfully, but these errors were encountered:
bin/codedeploy-agent is unnecessarily complex and creates odd failure scenarios.
I updated my installed version of ruby to 2.3.3. Because the script has 2.3.1 hard coded as the maximum supported version the script tried to find a different ruby and chose a much older one which was core dumping when I attempted to start the agent.
Even if the script found another ruby that ruby won't necessarily the ruby I want to run the agent with. Randomly choosing a ruby isn't helpful and is un *nix like.
My request is to check for the existence of an environment variable specifying the ruby to use. If it doesn't exist use the ruby the script is ran with. No guessing.
The text was updated successfully, but these errors were encountered: