전환 결과 검증 체크리스트 재검증 (role-reviewer-reverify-001)
All checks were successful
ci / test (pull_request) Successful in 5s
All checks were successful
ci / test (pull_request) Successful in 5s
This commit is contained in:
parent
b16a74768e
commit
679e1e672f
1 changed files with 18 additions and 0 deletions
18
docs/verification/run_verification.sh
Normal file
18
docs/verification/run_verification.sh
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# 검증 실행 스크립트 (단일 명령어)
|
||||||
|
# 프로젝트: runtime-role-reverify-202607140530
|
||||||
|
|
||||||
|
cd "$(dirname "$0")/../.." 2>/dev/null || cd .
|
||||||
|
|
||||||
|
echo "=========================================="
|
||||||
|
echo " 전환 결과 검증 실행"
|
||||||
|
echo "=========================================="
|
||||||
|
echo ""
|
||||||
|
|
||||||
|
# 검증 체크리스트 실행
|
||||||
|
if [ -f "docs/verification/VERIFICATION_SCRIPT.sh" ]; then
|
||||||
|
bash docs/verification/VERIFICATION_SCRIPT.sh
|
||||||
|
else
|
||||||
|
echo "[ERROR] 검증 스크립트를 찾을 수 없습니다."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
Loading…
Add table
Add a link
Reference in a new issue