CI: instalar setup-timezone
continuous-integration/woodpecker the build was successful Details

This commit is contained in:
Cat /dev/Nulo 2021-10-09 02:04:20 +00:00
parent bfea9b8842
commit 9d8075de83
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pipeline:
build: build:
image: docker.io/alpine:3.14 image: docker.io/alpine:3.14
commands: commands:
- apk add cmark git - apk add cmark git cmd:setup-timezone
# Para generar las fechas bien # Para generar las fechas bien
- setup-timezone -z America/Argentina/Buenos_Aires - setup-timezone -z America/Argentina/Buenos_Aires
- ./build.sh - ./build.sh