Merge pull request 'fix: Unnecessary SC2034 suppression on REPO_ROOT in review-poll.sh (#433)' (#596) from fix/issue-433 into main
This commit is contained in:
commit
4b9f12fdf7
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ export PROJECT_TOML="${1:-}"
|
|||
source "$(dirname "$0")/../lib/env.sh"
|
||||
source "$(dirname "$0")/../lib/ci-helpers.sh"
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
REPO_ROOT="${PROJECT_REPO_ROOT}"
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue