Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Nov 11, 2024
2 parents 0b09295 + 5a4f849 commit 189e4e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test_cookiecutter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ 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 . && cd ../../..
<<<<<<< HEAD
# uncomment this for debugging
# cd generated/$1-$2-$3/my_fastagency_app && git commit -m "init" --no-verify && cd ../../..
=======
>>>>>>> origin/main

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

0 comments on commit 189e4e3

Please sign in to comment.