mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 22:04:21 +00:00
First commit
This commit is contained in:
11
evals/certification/install_into_project.sh
Normal file
11
evals/certification/install_into_project.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
TARGET="${1:-.}"
|
||||
mkdir -p "$TARGET/load" "$TARGET/playwright" "$TARGET/bin" "$TARGET/evidencias"
|
||||
cp -R bin "$TARGET/"
|
||||
cp -R load "$TARGET/"
|
||||
cp -R playwright "$TARGET/"
|
||||
cp run_certification.sh "$TARGET/"
|
||||
chmod +x "$TARGET/run_certification.sh" "$TARGET/bin/certify_agent_platform.py"
|
||||
echo "Instalado em $TARGET"
|
||||
echo "Execute: cd $TARGET && ./run_certification.sh"
|
||||
Reference in New Issue
Block a user