Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Use nc to await Zeebe
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Jul 12, 2019
1 parent 31fbadd commit 9ed691d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
command: |
for i in `seq 1 10`;
do
nc -z localhost 9600 && echo success && exit 0
nc -z localhost 26500 && echo success && exit 0
echo -n .
sleep 1
done
Expand Down

0 comments on commit 9ed691d

Please sign in to comment.