drone-abra/plugin.sh

8 lines
134 B
Bash
Raw Normal View History

2021-06-03 17:50:14 +00:00
#!/bin/bash
2023-01-16 21:27:31 +00:00
set -e
2021-06-03 17:50:14 +00:00
2023-01-16 21:27:31 +00:00
# shellcheck disable=SC2016
echo 'This plugin requires setting `commands` in your `.drone.yml`. Goodbye!'
exit 1