From 4ee78e69e19e7a853f99116def120c234c0b03bf Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:46:34 -0300 Subject: [PATCH] =?UTF-8?q?chore(deploy):=20mudan=C3=A7as=20visuais=20e=20?= =?UTF-8?q?remo=C3=A7=C3=A3o=20de=20teste=20in=C3=BAtil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index 6645209..c968b33 100755 --- a/deploy.sh +++ b/deploy.sh @@ -249,7 +249,6 @@ fi # Testes run_if_exists "Testes (npm)" "node -e \"require('./package.json').scripts?.test\" && npm test --if-present" -run_if_exists "Testes (pytest)" "command -v pytest && pytest" # Build (só bloqueia em release) if [[ -n "$RELEASE_TYPE" ]]; then @@ -324,9 +323,9 @@ run git push origin "$BRANCH" --follow-tags # Resumo final # ────────────────────────────────────────── echo "" -echo -e "${GREEN}${BOLD}══════════════════════════════${RESET}" +echo -e "${GREEN}${BOLD}═════════════════════════════════${RESET}" echo -e "${GREEN}${BOLD} Deploy concluído com sucesso!${RESET}" -echo -e "${GREEN}${BOLD}══════════════════════════════${RESET}" +echo -e "${GREEN}${BOLD}═════════════════════════════════${RESET}" echo -e " Branch : ${BOLD}$BRANCH${RESET}" [[ -n "$RELEASE_TYPE" ]] && \ echo -e " Release: ${BOLD}$RELEASE_TYPE${RESET} → ${BOLD}${NEW_VERSION:-$NEW_TAG}${RESET}"