Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit b052953

Browse files
authored
Merge pull request #807 from jayusa123/master
Add ability to override drush make command line options.
2 parents befb610 + 5041a9d commit b052953

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

default.config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ drupalvm_webserver: apache
3939
# would like to configure 'vagrant_synced_folders' and 'apache_vhosts' manually.
4040
build_makefile: false
4141
drush_makefile_path: "{{ config_dir }}/drupal.make.yml"
42+
drush_make_options: "--no-gitinfofile"
4243

4344
# Set 'build_makefile' to 'false' and this to 'true' if you are using a
4445
# composer based site deployment strategy.

provisioning/tasks/build-makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
- name: Generate Drupal site with drush makefile.
1818
command: >
19-
{{ drush_path }} make -y /tmp/drupal.make.yml --no-gitinfofile
19+
{{ drush_path }} make -y /tmp/drupal.make.yml {{ drush_make_options }}
2020
chdir={{ drupal_core_path }}
2121
when: not drupal_site_exists
2222
become: no

0 commit comments

Comments
 (0)