当我将bundle install作为AfterInstall挂钩调用时,我收到错误:" opt / codedeploy-agent / Gemfile not found"
任何想法可能是什么问题?
答案 0 :(得分:0)
我刚碰到这个。
我在https://medium.com/@davedash/bundler-and-amazon-codedeploy-afc684087b73找到答案,即在您的脚本顶部添加unset BUNDLE_GEMFILE
。
我不知道为什么CodeDeploy正在设置这个ENV变量。