Commit b293cd01 by Feanil Patel

Remove quiet so that we don't get a rake aborted message here.

parent 90dc3d4d
......@@ -31,7 +31,7 @@
# This checks needs to be run to see if rake can be used but its failure should not stop the run.
- name: check if rake gather_assets is available
shell: executable=/bin/bash chdir={{ platform_code_dir }} rake -T | grep --quiet gather_assets
shell: executable=/bin/bash chdir={{ platform_code_dir }} rake -T | grep gather_assets
environment: "{{ deploy_environment }}"
register: grep_gather_assets
ignore_errors: yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment