Commit 82872021 by Feanil Patel Committed by GitHub

Merge pull request #4068 from edx/feanil/quiet_cd_noise

This message is no longer useful.
parents bfc49fc3 f72d1507
...@@ -47,13 +47,3 @@ ...@@ -47,13 +47,3 @@
file: file:
path: "{{ artifact_path }}" path: "{{ artifact_path }}"
state: absent state: absent
- name: Send Hipchat notification cleanup has finished
hipchat:
api: "{{ hipchat_url }}"
token: "{{ hipchat_token }}"
room: "{{ hipchat_room }}"
msg: "Cleanup for run id: {{ keypair_id }} complete."
ignore_errors: yes
when: hipchat_token is defined
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