I added a step inside the command slack-on-fail to install curl. We need it because otherwise, we will not send slack notifications when curl is not installed.
Checklist
[ ] My comments/docstrings/type hints are clear
[ ] I've written new tests or this change does not need them
[ ] I've tested this manually
[ ] The architecture diagrams have been updated, if need be
[ ] I've included any special rollback strategies above
[ ] Any relevant metrics/monitors/SLOs have been added or modified
[ ] I've notified all relevant stakeholders of the change
Summary
I added a step inside the command
slack-on-fail
to installcurl
. We need it because otherwise, we will not send slack notifications whencurl
is not installed.Checklist