Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Removed entity update step. (#16)
Browse files Browse the repository at this point in the history
Revert "Run entity updates on Drupal deploy (#13)"

This reverts commit 6520b5c.
  • Loading branch information
markdorison authored May 13, 2019
1 parent 6dd8285 commit 74f705c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ deploydrupal_site_install_config: true
# If set to false, drush config-import will not be run as part of deployment.
deploydrupal_config_import: true

# If set to false, drush entity-updates will not be run as part of deployment.
deploydrupal_entity_updates: true

# The path the repository should be cloned to.
deploydrupal_dir: "/var/www/html"
deploydrupal_core_path: "{{ deploydrupal_dir }}/web"
Expand Down
11 changes: 0 additions & 11 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,17 +133,6 @@
when:
- not deploydrupal_site_install

- name: run entity updates.
shell: "{{ deploydrupal_drush_path}} entity-updates --yes"
args:
chdir: "{{ deploydrupal_core_path }}/sites/{{ deploydrupal_site_name }}"
register: drush_output
when:
- deploydrupal_entity_updates

- name: print drush output
debug: var=drush_output.stdout_lines

- name: run npm theme build tasks.
shell: "{{ item }}"
args:
Expand Down

0 comments on commit 74f705c

Please sign in to comment.