From 73ba03b156bad53d33e86f4c1a60918fd36f1bf9 Mon Sep 17 00:00:00 2001 From: Nicolas Dupont Date: Fri, 3 May 2024 17:01:56 +0200 Subject: [PATCH] Reduce logs --- first-time-setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/first-time-setup.sh b/first-time-setup.sh index 3eff99e..a64b3b3 100755 --- a/first-time-setup.sh +++ b/first-time-setup.sh @@ -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 ]]