diff --git a/assets/capidoc.yml b/assets/capidoc.yml index 3ed0848..63168fa 100644 --- a/assets/capidoc.yml +++ b/assets/capidoc.yml @@ -26,10 +26,6 @@ check_certificate_expirations: description: Reads YAML files, checks for expired (or premature) certs. Useful for pipeline troubleshooting location: capi-workspace/bin group: testing -commit_with_shortlog: - description: Git commit with a staged_shortlog - location: capi-workspace/bin - group: git compare_db_rows: description: Compares counts of two db's rows to validate backup & restore location: capi-workspace/bin diff --git a/bin/commit_with_shortlog b/bin/commit_with_shortlog deleted file mode 100755 index 2962564..0000000 --- a/bin/commit_with_shortlog +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -script_dir=$(dirname $0) - -$script_dir/staged_shortlog | git ci -F -