Skip to content

Commit

Permalink
[ci] silent wait-for-it
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed May 15, 2021
1 parent 9307d1c commit 5203129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jerikan/entrypoint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

wait-for-it junoser:4567 -t 10 -- python3 -m jerikan "$@"
wait-for-it -q junoser:4567 -t 10 -- python3 -m jerikan "$@"

0 comments on commit 5203129

Please sign in to comment.