当我将bundle install作为AfterInstall挂钩调用时,我得到错误:"opt/codeploy-agent/Gemfile not found"
有什么想法吗?
我刚刚遇到了这个。
我在找到答案https://medium.com/@davedash/bundler-and-amazon-codeploy-fc684087b73,它将在脚本顶部添加unset BUNDLE_GEMFILE
。
我不知道CodeDeploy为什么要设置这个ENV变量。