Skip to content

Commit

Permalink
Fixes #870: Add Pipelines binary to DrupalVM. (#874)
Browse files Browse the repository at this point in the history
* Fixes #870: Add Pipelines binary to DrupalVM.

* Fixing path.
  • Loading branch information
grasmash authored Jan 9, 2017
1 parent 764b66d commit 482473e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/drupal-vm/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ php_xdebug_idekey: PHPSTORM
php_xdebug_max_nesting_level: 256
php_xdebug_remote_port: "9000"

post_provision_tasks_dir: "../../../acquia/blt/scripts/drupal-vm/post-provision.yml"
post_provision_scripts:
- "../../../acquia/blt/scripts/drupal-vm/post-provision.sh"
6 changes: 6 additions & 0 deletions scripts/drupal-vm/post-provision.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Install Pipelines.
get_url:
url: https://cloud.acquia.com/pipeline-client/download
dest: /usr/local/bin/pipelines
mode: 0755

0 comments on commit 482473e

Please sign in to comment.