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

This commit is contained in:
Cat /dev/Nulo 2021-10-09 02:03:15 +00:00
parent d5e6312ac6
commit bfea9b8842

View file

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