6a1daabe48
---ci--- phase: 2 milestone: v1.0 status: execute persona: infra-stub-engineer task: T-2.4 requirements: covered: [REQ-02, REQ-03] ---/ci--- Wave 1, task T-2.4. Creates modules/l1/l1-api-gateway/ with manifest.yaml (flat inputs per D-017) and the uniform mock_apply.sh (D-007 + D-018).
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
echo "[L1: l1-api-gateway] applying..."
|
|
sleep 1
|
|
echo "[L1: l1-api-gateway] OK"
|
|
exit 0 |