We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in circle ci:
--: testing action on AmazonWebServices ... --: requesting: https://**********.execute-api.*********.amazonaws.com/helix-services/resolve-git-ref_ci2016/_status_check/healthcheck.json ... id: XyaIRjLToAMEVFw= error: 404 error: test failed: 404 {"message":"Not Found"}
but when then testing locally:
$ curl "https://pfbv1wwqyd.execute-api.us-east-1.amazonaws.com/helix-services/resolve-git-ref_ci2016/_status_check/healthcheck.json" {"status":"OK","version":"ci2016","response_time":1599,"process":{},"github":1441}
Either retry after 404 a couple of times for fresh deployments or find a way to query API.
The text was updated successfully, but these errors were encountered:
fix(aws): retry test for 404
f577cc2
fixes #32
fix(aws): retry test for 404 (#35)
7607c45
chore(release): 1.10.0 [skip ci]
289e666
# [1.10.0](v1.9.1...v1.10.0) (2020-12-21) ### Bug Fixes * **aws:** fetch all parameters ([#38](#38)) ([a98f7d8](a98f7d8)), closes [#37](#37) [#36](#36) * **aws:** retry test for 404 ([#35](#35)) ([7607c45](7607c45)), closes [#32](#32) ### Features * **aws:** add command to delete stray buckets ([#34](#34)) ([f6b1fa1](f6b1fa1)), closes [#33](#33)
🎉 This issue has been resolved in version 1.10.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
tripodsan
Successfully merging a pull request may close this issue.
in circle ci:
but when then testing locally:
Either retry after 404 a couple of times for fresh deployments or find a way to query API.
The text was updated successfully, but these errors were encountered: