feat: refs #6695 run parallel e2e in local
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-20 09:18:32 +01:00
parent 9d67bbd8ae
commit d495b38479
1 changed files with 0 additions and 6 deletions

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