8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 0 additions and 6 deletions
Showing only changes of commit d495b38479 - Show all commits

View File

@ -39,12 +39,6 @@ while [[ $((index + 2)) -lt ${#folders[@]} ]] || [[ $(docker ps --filter "ancest
# Actualizar index desde el archivo compartido
next_index=$(cat "$INDEX_FILE")
index=$next_index
# Mostrar los contenedores en ejecución si hay alguno con imagen "cypress-setup"
if [[ $(docker ps --filter "ancestor=cypress-setup" --format "{{.ID}}" | wc -l) -gt 0 ]]; then
docker ps --filter "ancestor=cypress-setup" --format " 🔹 ID: {{.ID}} | Nombre: {{.Names}}"
fi
sleep 1 # Pausa antes de volver a comprobar
done