Skip to content

Commit

Permalink
Reduce logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed May 3, 2024
1 parent 3f35133 commit 73ba03b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions first-time-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,8 @@ find . -name "*.template" -type f -delete
echo -e "${PURPLE}* ${PURPLE}Rename package to: \033[0m${BLUE}$package_name\033[0m"
git mv openfisca_country_template $package_name

echo -e "${PURPLE}* ${PURPLE}Remove single use \033[0m${BLUE}first-time-setup.yml\033[0m${PURPLE} GitHub Action\033[0m"
echo -e "${PURPLE}* ${PURPLE}Remove single use first time setup files\033[0m"
git rm .github/workflows/first-time-setup.yml > /dev/null 2>&1

echo -e "${PURPLE}* ${PURPLE}Remove single use \033[0m${BLUE}first-time-setup.sh\033[0m${PURPLE} script\033[0m"
git rm first-time-setup.sh > /dev/null 2>&1

if [[ $CI ]]
Expand Down

0 comments on commit 73ba03b

Please sign in to comment.