We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3823a80 + 7ba2649 commit 12910a5Copy full SHA for 12910a5
.gitlab-ci.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Install dependencies only for Docker.
4
-[[ ! -e /.dockerinit ]] && exit 0
+[[ ! -e /.dockerenv ]] && exit 0
5
set -xe
6
7
# Update packages and install composer and PHP dependencies.
0 commit comments