8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4084c commit 1dd1469Copy full SHA for 1dd1469
.github/workflows/build.yml
@@ -114,9 +114,6 @@ jobs:
114
# start community
115
./localstack start -d
116
./localstack wait -t 180
117
- # TODO this is a hotfix to capture the first build of the service catalog which takes longer than
118
- # the allowed timeout in `localstack status services` (2s)
119
- curl http://localhost.localstack.cloud:4566/_localstack/health
120
./localstack status services --format plain
121
./localstack status services --format plain | grep "s3=available"
122
./localstack stop
0 commit comments