chore(deploy): mudanças visuais e remoção de teste inútil

This commit is contained in:
synt-xerror
2026-03-24 09:46:34 -03:00
parent c7bde09ad4
commit 4ee78e69e1

View File

@@ -249,7 +249,6 @@ fi
# Testes # Testes
run_if_exists "Testes (npm)" "node -e \"require('./package.json').scripts?.test\" && npm test --if-present" 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) # Build (só bloqueia em release)
if [[ -n "$RELEASE_TYPE" ]]; then if [[ -n "$RELEASE_TYPE" ]]; then
@@ -324,9 +323,9 @@ run git push origin "$BRANCH" --follow-tags
# Resumo final # Resumo final
# ────────────────────────────────────────── # ──────────────────────────────────────────
echo "" 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} Deploy concluído com sucesso!${RESET}"
echo -e "${GREEN}${BOLD}══════════════════════════════${RESET}" echo -e "${GREEN}${BOLD}═════════════════════════════════${RESET}"
echo -e " Branch : ${BOLD}$BRANCH${RESET}" echo -e " Branch : ${BOLD}$BRANCH${RESET}"
[[ -n "$RELEASE_TYPE" ]] && \ [[ -n "$RELEASE_TYPE" ]] && \
echo -e " Release: ${BOLD}$RELEASE_TYPE${RESET}${BOLD}${NEW_VERSION:-$NEW_TAG}${RESET}" echo -e " Release: ${BOLD}$RELEASE_TYPE${RESET}${BOLD}${NEW_VERSION:-$NEW_TAG}${RESET}"