fix: agent-smoke.sh - add lib/env.sh as extra source for ci-debug.sh
This commit is contained in:
parent
8649b278a0
commit
7ca2764fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ check_script lib/issue-lifecycle.sh lib/secret-scan.sh
|
||||||
|
|
||||||
# Standalone lib scripts (not sourced by agents; run directly or as services).
|
# Standalone lib scripts (not sourced by agents; run directly or as services).
|
||||||
# Still checked for function resolution against LIB_FUNS + own definitions.
|
# Still checked for function resolution against LIB_FUNS + own definitions.
|
||||||
check_script lib/ci-debug.sh
|
check_script lib/ci-debug.sh lib/env.sh
|
||||||
check_script lib/parse-deps.sh
|
check_script lib/parse-deps.sh
|
||||||
|
|
||||||
# Agent scripts — list cross-sourced files where function scope flows across files.
|
# Agent scripts — list cross-sourced files where function scope flows across files.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue