diff --git a/internal/scaffold/fullsend-repo/scripts/post-prioritize-test.sh b/internal/scaffold/fullsend-repo/scripts/post-prioritize-test.sh index 214b9b353..48f980250 100755 --- a/internal/scaffold/fullsend-repo/scripts/post-prioritize-test.sh +++ b/internal/scaffold/fullsend-repo/scripts/post-prioritize-test.sh @@ -283,9 +283,6 @@ run_test_failure_stderr() { # shellcheck shell=bash -[[ -n "${GITHUB_API_CSMA_SH_LOADED:-}" ]] && return 0 -GITHUB_API_CSMA_SH_LOADED=1 - _github_csma_max_attempts() { echo "${GITHUB_CSMA_MAX_ATTEMPTS:-8}" } diff --git a/internal/scaffold/fullsend-repo/scripts/post-prioritize.sh b/internal/scaffold/fullsend-repo/scripts/post-prioritize.sh index 58fa025bd..9e331cd5e 100755 --- a/internal/scaffold/fullsend-repo/scripts/post-prioritize.sh +++ b/internal/scaffold/fullsend-repo/scripts/post-prioritize.sh @@ -29,9 +29,6 @@ set -euo pipefail # shellcheck shell=bash -[[ -n "${GITHUB_API_CSMA_SH_LOADED:-}" ]] && return 0 -GITHUB_API_CSMA_SH_LOADED=1 - _github_csma_max_attempts() { echo "${GITHUB_CSMA_MAX_ATTEMPTS:-8}" }