chore: remove unused script and log (#3343)

* refactor: Removed the unnecessary update_poetry script.

* fix: Handle existing .env file without logging unnecessary message.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-08-15 08:36:06 -03:00 committed by GitHub
commit db72268a04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 69 deletions

View file

@ -5,5 +5,6 @@ if [ ! -f .env ]; then
echo "Creating .env file"
touch .env
else
echo ".env file already exists"
fi
# do nothing and do not log
true
fi