-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zip error on Elastic Beanstalk deploy #3634
Comments
@sumothecat the error is coming from the git archive command used by eb deploy (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-deploy.html). To debug further run eb deploy with --debug -v options. |
@ambarish2012 the eb deploy command is not being run by our script, but by Shippable's deploy configuration for eb_paas. So I don't know how to pass options to it. This doesn't happen in dev environment - it looks like some change in the Shippable build environment. The only reference I can find to this error with eb depoy is https://stackoverflow.com/questions/31166275/elastic-beanstalk-cli-deploy-zip-error |
Update: This is reproducible after a full clean of node_modules - apologies @ambarish2012 |
For info, I added these lines to the end of the build: ci: section of shippable.yml
|
For cross-reference, here is the uglifyjs issue: mishoo/UglifyJS#2054 |
This just started happening for no obvious reason. Can't be our code, I don't think.
From log:
eb deploy --staged -l shippable.deli-lidar.lidar.112 14s
Creating application version archive "shippable.deli-lidar.lidar.112".
ERROR: ValueError :: ZIP does not support timestamps before 1980
Furthermore the build does not report failing, even though this error is occurring.
https://app.shippable.com/github/jncc/deli/runs/112/1/console
The text was updated successfully, but these errors were encountered: