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
|
#!/bin/bash
|
||||||
echo "=== Inicio del script de prueba ==="
|
echo "Fecha"
|
||||||
echo "Pipeline ejecutado correctamente"
|
date
|
||||||
echo "Fecha: $(date)"
|
echo "Directorio"
|
||||||
echo "Directorio actual: $(pwd)"
|
pwd
|
||||||
echo "Archivos en el repositorio:"
|
echo "Archivos"
|
||||||
ls -la
|
ls -la
|
||||||
echo "=== Fin del script ==="
|
|
||||||
Loading…
Reference in a new issue