feat: refs #6695 run parallel e2e in local
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
9d67bbd8ae
commit
d495b38479
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue