Skip to content

Commit

Permalink
python(submit_files): git add files before submitting them
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Jan 17, 2024
1 parent 1704596 commit 28bdc4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/submit_files
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ PYTHON_FILES+=(./run-tests-python.txt)
# find . -type f -name "*_examples_test[.]go"
#)

git add .
printf "\n"

echo Running: exercism submit "${PYTHON_FILES[@]}"
time exercism submit "${PYTHON_FILES[@]}"
printf "\n"

0 comments on commit 28bdc4e

Please sign in to comment.