Search code examples
deploymentappveyor

Central Directory corrupt when deploying from appveyor environment


Central Directory corrupt

Hello, I have 2 environments, test and uat, after commiting my changes in github a new build started on our build agent appveyor. The build succeeded and I was able to deploy to the test environment. But when I try to deploy the same package in uat I get this error (first time I see this).

Does anyone know what is wrong with the deployment? I did a quick search on google all I could find about this error is when people try to create a zip file (which is not my case since the zip file already exists in the build agent server)

Thank you


Solution

  • I found out where the problem was. The disk on the uat machine had no space left. Releasing some space on uat made the deployment possible.

    Would be nice to have a different message instead of corrupted directory.