From f6ccdd3bcb8412328fb20a83ef0ee9774cbb3505 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 7 Jan 2021 20:37:10 +0000 Subject: [PATCH] Disable failing deployment step References #337 --- tools/ansible/deploy/after-update-code.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/ansible/deploy/after-update-code.yml b/tools/ansible/deploy/after-update-code.yml index 4245e636d..3603ab8c5 100644 --- a/tools/ansible/deploy/after-update-code.yml +++ b/tools/ansible/deploy/after-update-code.yml @@ -20,13 +20,13 @@ chdir={{ release_web_path }} changed_when: false -- name: Run database updates - command: > - {{ release_drush_path }} - updatedb -y - chdir={{ release_web_path }} - register: update_database_result - changed_when: "'No pending updates' not in update_database_result.stderr" +# - name: Run database updates +# command: > +# {{ release_drush_path }} +# updatedb -y +# chdir={{ release_web_path }} +# register: update_database_result +# changed_when: "'No pending updates' not in update_database_result.stderr" - name: Import configuration command: >