Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Nov 8, 2024
1 parent 159078a commit 840d9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_cookiecutter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd generated/$1-$2-$3/my_fastagency_app && pip install -e .[dev] && cd ../../..

# Initialize git in the generated project(needed for pre-commit)
echo -e "\033[32mInitializing git in the generated project\033[0m"
cd generated/$1-$2-$3/my_fastagency_app && git init && git add . && git commit -m "init" --no-verify && cd ../../..
cd generated/$1-$2-$3/my_fastagency_app && git init && git add . && cd ../../..

# Run pre-commit
echo -e "\033[32mRunning pre-commit\033[0m"
Expand Down

0 comments on commit 840d9b0

Please sign in to comment.