Open jarrettj opened 7 years ago
Hi,
This might help somebody else, got the following error while doing a deploy:
Error during perform: NameError - uninitialized constant Zip::File
It appears codedeploy-agent requires rubyzip gem instead of zip.
Installed it and all seems fine.
OS - Ubuntu Xenial
Regards. JJ
Hello @jarrettj Thanks for this report, I will add as dependencie.
Best Regards.
Cool man, thanks :)
Hi,
This might help somebody else, got the following error while doing a deploy:
Error during perform: NameError - uninitialized constant Zip::File
It appears codedeploy-agent requires rubyzip gem instead of zip.
Installed it and all seems fine.
OS - Ubuntu Xenial
Regards. JJ