Commit 9f8a389a authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-7' into 'master'

Update php.md - /.dockerinit was removed in v1.11 so the test always results in …

See merge request !7882
parents 51d269f8 48d89919
...@@ -40,7 +40,7 @@ repository with the following content: ...@@ -40,7 +40,7 @@ repository with the following content:
#!/bin/bash #!/bin/bash
# We need to install dependencies only for Docker # We need to install dependencies only for Docker
[[ ! -e /.dockerenv ]] && [[ ! -e /.dockerinit ]] && exit 0 [[ ! -e /.dockerenv ]] && exit 0
set -xe set -xe
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment