From fdbc3594dcaa1ee75a46c4cd2ba2a2ee269528c5 Mon Sep 17 00:00:00 2001 From: Kristina Date: Sat, 9 May 2026 19:50:22 +0200 Subject: [PATCH] Prueba CICD --- test.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/test.sh b/test.sh index f77894a..d697a6d 100644 --- a/test.sh +++ b/test.sh @@ -1,8 +1,7 @@ #!/bin/bash -echo "=== Inicio del script de prueba ===" -echo "Pipeline ejecutado correctamente" -echo "Fecha: $(date)" -echo "Directorio actual: $(pwd)" -echo "Archivos en el repositorio:" -ls -la -echo "=== Fin del script ===" \ No newline at end of file +echo "Fecha" +date +echo "Directorio" +pwd +echo "Archivos" +ls -la \ No newline at end of file