Skip to content

Commit a3d3e68

Browse files
committed
add cd
1 parent 5ad91bc commit a3d3e68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ global_files:
6969
# DDEV environment variables can be interpolated into these actions
7070
post_install_actions:
7171
# todo use more dynamic ref.
72-
- curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/scripts/symlink_project.php
72+
- cd ..
73+
- curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/1.0.x/scripts/symlink_project.php ..
7374
- php symlink_project.php
7475
- rm -f symlink_project.php
7576

0 commit comments

Comments
 (0)