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

Commit 852d3b4

Browse files
committed
Fixes #870: Add Pipelines binary to DrupalVM.
1 parent 6e8f011 commit 852d3b4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

scripts/drupal-vm/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,5 +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"
7273
post_provision_scripts:
7374
- "../../../acquia/blt/scripts/drupal-vm/post-provision.sh"

scripts/drupal-vm/post-provision.yml

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

0 commit comments

Comments
 (0)