CI: usar setup-timezone
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Cat /dev/Nulo 2021-10-09 02:03:15 +00:00
parent d5e6312ac6
commit bfea9b8842
1 changed files with 2 additions and 2 deletions

View File

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