diff --git a/test.sh b/test.sh deleted file mode 100755 index 19d605956f..0000000000 --- a/test.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -if git log -1 --pretty=%G? | grep -q "G"; -then - echo "The latest commit is signed." -else - echo "Error: The latest commit is not signed." - exit 1; -fi