From 4d78f005ad5b1b6f5e018fd828f6189d3244ed7d Mon Sep 17 00:00:00 2001 From: Greg Cobb Date: Wed, 5 Jun 2024 16:41:35 -0700 Subject: [PATCH] Remove commit_with_shortlog - Does not work; It attempted to call bin/staged_shortlog, which doesn't exist. - The actual staged_shortlog is in capi-release/scripts --- assets/capidoc.yml | 4 ---- bin/commit_with_shortlog | 4 ---- 2 files changed, 8 deletions(-) delete mode 100755 bin/commit_with_shortlog 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 -