From 4ab27ed5e8b75e854ebdb4b32a4ce04b8ae0d7eb Mon Sep 17 00:00:00 2001 From: Neel Dalsania Date: Thu, 12 Sep 2024 16:22:02 +0530 Subject: [PATCH] fix mock file changes path --- e2e-setup/mocks/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-setup/mocks/git.sh b/e2e-setup/mocks/git.sh index 9246f77..ffd3371 100755 --- a/e2e-setup/mocks/git.sh +++ b/e2e-setup/mocks/git.sh @@ -1,4 +1,4 @@ #!/bin/bash # hack to mock git commands as part of action.yaml so that we could simulate dags only deploy scenario without making any additional commits -echo "e2e/astro-project/dags/exampledag.py" +echo "e2e-setup/astro-project/dags/exampledag.py"