Skip to content

Commit

Permalink
revert sh
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Dec 7, 2024
1 parent ecd6442 commit 96d1d26
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docker-compose/init-ci-cadence.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ echo "and the test would fail with: unknown decision DecisionType: Activity, ID:
sleep 65

echo "now register the domain to tell the tests that Cadence is ready"
for run in {1..60}; do
echo "now trying to register domain in Cadence..."
if cadence --do default domain register | grep -q 'Domain default already registered'; then
break
fi
sleep 1
done
cadence --do default domain register

tail -f /dev/null

0 comments on commit 96d1d26

Please sign in to comment.