From 235c0f0935cc0847d50db653632a81dacf44dfff Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 24 Mar 2022 16:42:41 -0300 Subject: [PATCH] Usar nuestro fork --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d02b427..c3a59d1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ pipeline: image: docker.io/alpine:3.15 commands: - apk add git nodejs npm go make rsync openssh-client-default - - git clone https://github.com/go-gitea/gitea -b v1.16.5 --depth 1 --single-branch + - git clone https://gitea.nulo.in/Nulo/gitea -b release/v1.16-nulo --depth 1 --single-branch - cd gitea - GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build