From bfea9b88422bfb8fb1f533c1552ba9bbda0c133a Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 9 Oct 2021 02:03:15 +0000 Subject: [PATCH] CI: usar setup-timezone --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a90a2d9..a12765f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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