Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 8db98a4

Browse files
committed
Fixing path.
1 parent 852d3b4 commit 8db98a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/drupal-vm/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ php_xdebug_idekey: PHPSTORM
6969
php_xdebug_max_nesting_level: 256
7070
php_xdebug_remote_port: "9000"
7171

72-
post_provision_tasks_dir: "../scripts/post-provision.yml"
72+
post_provision_tasks_dir: "../../../acquia/blt/scripts/drupal-vm/post-provision.yml"
7373
post_provision_scripts:
7474
- "../../../acquia/blt/scripts/drupal-vm/post-provision.sh"

scripts/drupal-vm/post-provision.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
url: https://cloud.acquia.com/pipeline-client/download
44
dest: /usr/local/pipelines
55
mode: 0755
6+

0 commit comments

Comments
 (0)