This commit is contained in:
parent
a296d98865
commit
fdbc3594dc
1 changed files with 6 additions and 7 deletions
13
test.sh
13
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 ==="
|
||||
echo "Fecha"
|
||||
date
|
||||
echo "Directorio"
|
||||
pwd
|
||||
echo "Archivos"
|
||||
ls -la
|
||||
Loading…
Reference in a new issue