Skip to content

Commit 12910a5

Browse files
authored
Merge pull request #1 from girlcheese/girlcheese-patch-1
dockerinit is gone from docker
2 parents 3823a80 + 7ba2649 commit 12910a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Install dependencies only for Docker.
4-
[[ ! -e /.dockerinit ]] && exit 0
4+
[[ ! -e /.dockerenv ]] && exit 0
55
set -xe
66

77
# Update packages and install composer and PHP dependencies.

0 commit comments

Comments
 (0)