Skip to content

Commit 2651ba8

Browse files
committed
Make sure .git/info exists
1 parent 6792ab5 commit 2651ba8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ post_install_actions:
3030
- cp core-dev/gitignore ../vendor/.gitignore
3131
- cp core-dev/gitignore ../sites/simpletest/.gitignore
3232
- cp core-dev/gitignore ../sites/default/files/.gitignore
33+
- mkdir -p .git/info
3334
- touch .git/info/exclude
3435
- |
3536
if ! grep -q "\/sites\/default\/settings.php" ../.git/info/exclude; then

0 commit comments

Comments
 (0)