Build are retried

I got the builds retried with the last step at “Bootstrap AWS CodeDeploy” and this message: “Looks like we had a bug in our infrastructure, or that of our providers (generally GitHub or AWS). We should have automatically retried this build. We’ve been alerted of the issue and are almost certainly looking into it, please contact us if you’re interested in the cause or if the problem persists.”

and that’s my circle.yml:

deployment:
staging:
branch: master
codedeploy:
Test:
application_root: /
region: region
revision_location:
revision_type: S3
s3_location:
bucket: bucket name
key_pattern: "Test-{BRANCH}-{SHORT_COMMIT}"
deployment_group: dg name
test:
override:

  • “echo “no tests””

Any help??