CI: instalar tzdata para que el huso horario funcione
continuous-integration/woodpecker the build was successful Details

This commit is contained in:
Cat /dev/Nulo 2021-10-08 23:00:42 -03:00
parent c078106ea2
commit d5e6312ac6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pipeline:
build:
image: docker.io/alpine:3.14
commands:
- apk add cmark git
- apk add cmark git tzdata
# Para generar las fechas bien
- ln -sf /etc/zoneinfo/America/Argentina/Buenos_Aires /etc/localtime
- ./build.sh