Skip to content

Commit

Permalink
fix mock file changes path
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro authored Sep 12, 2024
1 parent d6a43a8 commit 4ab27ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-setup/mocks/git.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 4ab27ed

Please sign in to comment.