We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d3896 commit 64f3d47Copy full SHA for 64f3d47
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "enqueue/enqueue-dev",
3
"type": "project",
4
- "minimum-stability": "beta",
+ "minimum-stability": "stable",
5
"homepage": "https://enqueue.forma-pro.com/",
6
"scripts": {
7
"cs-fix": "bin/php-cs-fixer fix",
docker/bin/test.sh
@@ -12,7 +12,7 @@ function waitForService()
12
ATTEMPTS=0
13
until nc -z $1 $2; do
14
printf "wait for service %s:%s\n" $1 $2
15
- ((ATTEMPTS++))
+ ATTEMPTS=$((ATTEMPTS++))
16
if [ $ATTEMPTS -ge $3 ]; then
17
printf "service is not running %s:%s\n" $1 $2
18
exit 1
0 commit comments