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

Commit 482473e

Browse files
authored
Fixes #870: Add Pipelines binary to DrupalVM. (#874)
* Fixes #870: Add Pipelines binary to DrupalVM. * Fixing path.
1 parent 764b66d commit 482473e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

scripts/drupal-vm/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ php_xdebug_idekey: PHPSTORM
6767
php_xdebug_max_nesting_level: 256
6868
php_xdebug_remote_port: "9000"
6969

70+
post_provision_tasks_dir: "../../../acquia/blt/scripts/drupal-vm/post-provision.yml"
7071
post_provision_scripts:
7172
- "../../../acquia/blt/scripts/drupal-vm/post-provision.sh"

scripts/drupal-vm/post-provision.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: Install Pipelines.
2+
get_url:
3+
url: https://cloud.acquia.com/pipeline-client/download
4+
dest: /usr/local/bin/pipelines
5+
mode: 0755
6+

0 commit comments

Comments
 (0)