CI: setear localtime
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
6256f97a79
commit
2065ea8e15
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ pipeline:
|
||||||
image: docker.io/alpine:3.14
|
image: docker.io/alpine:3.14
|
||||||
commands:
|
commands:
|
||||||
- apk add cmark
|
- apk add cmark
|
||||||
|
# Para generar las fechas bien
|
||||||
|
- ln -sf /etc/zoneinfo/America/Argentina/Buenos_Aires /etc/localtime
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
deploy:
|
deploy:
|
||||||
image: docker.io/alpine:3.14
|
image: docker.io/alpine:3.14
|
||||||
|
|
Reference in a new issue