Files
foxhunt/infra/k8s
jgrusewski 77d1c8e09a fix(argo): ensure-binary cp from CARGO_TARGET_DIR, not in-tree target/
CARGO_TARGET_DIR=/cargo-target redirects all build output away from
the in-tree `<crate>/target/` path, so `cp $BUILD/target/release/...`
fails after a successful compile. Mirror alpha-perception-template's
correct pattern: `cp $CARGO_TARGET_DIR/release/...`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 12:28:00 +02:00
..