I have automated build with AWS CodePipeline, it worked fine, but suddenly today it started to fail with this weird error message, which I can't fine anywhere to understand what's going on.
Container] 2017/12/26 16:42:52 Waiting for agent ping
[Container] 2017/12/26 16:42:52 Waiting for DOWNLOAD_SOURCE
[Container] 2017/12/26 16:42:53 Phase is DOWNLOAD_SOURCE
[Container] 2017/12/26 16:42:53 Runtime error (*exec.ExitError: exit status 1)
This is during DOWNLOAD_SOURCE
Phase, which is blocked me to understand the issue, because this seems to be on AWS's side, not from my deployment configuration.
Is there anybody who is faced same issue, or know how to figure out the problem itself?
Thanks!