#!/bin/bash # Script for webhook artifacts from build-env # Needs following env: # DRONE_COMMIT_SHA # DRONE_TAG # WEBHOOK_URL if [[ -n "${DRONE_TAG}" ]]; then message=$(cat <