From ae97e575a2366afffd9653c63c10b6ea2865f322 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 10 Jun 2024 06:11:56 -0600 Subject: [PATCH] Dont specify a branch --- stack-orchestrator/stacks/test-deployment-stack/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack-orchestrator/stacks/test-deployment-stack/stack.yml b/stack-orchestrator/stacks/test-deployment-stack/stack.yml index bce56b3..45f1e4b 100644 --- a/stack-orchestrator/stacks/test-deployment-stack/stack.yml +++ b/stack-orchestrator/stacks/test-deployment-stack/stack.yml @@ -2,7 +2,7 @@ version: "1.0" name: deployment-test description: "A deployment test stack" repos: - - git.vdb.to/cerc-io/test-project@test-branch + - git.vdb.to/cerc-io/test-project containers: - cerc/test-container - cerc/deployment-test-container