From ab9257ce564a598afd6213ae93b56cc650ddf97a Mon Sep 17 00:00:00 2001 From: benbierens Date: Sat, 7 Oct 2023 10:29:09 +0200 Subject: [PATCH] moving the deployment json --- Tests/CodexContinuousTests/deploy-and-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tests/CodexContinuousTests/deploy-and-run.sh b/Tests/CodexContinuousTests/deploy-and-run.sh index 8c482f1..e98a93a 100644 --- a/Tests/CodexContinuousTests/deploy-and-run.sh +++ b/Tests/CodexContinuousTests/deploy-and-run.sh @@ -24,6 +24,8 @@ do --metrics=1 \ --check-connect=1 \ -y + + cp codex-deployment-$i.json ../../Tests/CodexContinuousTests done echo "Starting tests..." cd ../../Tests/CodexContinuousTests