Ian Fijolek
5a0378fee5
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
242 B
Bash
Executable File
9 lines
242 B
Bash
Executable File
#! /bin/sh
|
|
|
|
echo "Hadolint hooks have been deprecated in favor of upstream"
|
|
echo "repo: https://github.com/hadolint/hadolint"
|
|
echo "Replace hook 'hadolint' with 'hadolint-docker'"
|
|
echo "Replace hook 'hadolint-system' with 'hadolint'"
|
|
|
|
exit 1
|