Skip to content

Commit

Permalink
Fixing path.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Jan 9, 2017
1 parent 852d3b4 commit 986b68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/drupal-vm/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ php_xdebug_idekey: PHPSTORM
php_xdebug_max_nesting_level: 256
php_xdebug_remote_port: "9000"

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

0 comments on commit 986b68d

Please sign in to comment.