mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
Fix php-docker example (for new docker versions)
[ci skip]
This commit is contained in:
@@ -40,7 +40,7 @@ repository with the following content:
|
||||
#!/bin/bash
|
||||
|
||||
# We need to install dependencies only for Docker
|
||||
[[ ! -e /.dockerinit ]] && exit 0
|
||||
[[ ! -e /.dockerenv ]] && [[ ! -e /.dockerinit ]] && exit 0
|
||||
|
||||
set -xe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user