CI: instalar setup-timezone
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
parent
bfea9b8842
commit
9d8075de83
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
|||
build:
|
||||
image: docker.io/alpine:3.14
|
||||
commands:
|
||||
- apk add cmark git
|
||||
- apk add cmark git cmd:setup-timezone
|
||||
# Para generar las fechas bien
|
||||
- setup-timezone -z America/Argentina/Buenos_Aires
|
||||
- ./build.sh
|
||||
|
|
Reference in a new issue