We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad91bc commit a3d3e68Copy full SHA for a3d3e68
install.yaml
@@ -69,7 +69,8 @@ global_files:
69
# DDEV environment variables can be interpolated into these actions
70
post_install_actions:
71
# todo use more dynamic ref.
72
- - curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/scripts/symlink_project.php
+ - cd ..
73
+ - curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/scripts/symlink_project.php ..
74
- php symlink_project.php
75
- rm -f symlink_project.php
76
0 commit comments