diff --git a/.woodpecker.yml b/.woodpecker.yml index c3a59d1..711d3a5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,6 +3,7 @@ pipeline: image: docker.io/alpine:3.15 commands: - apk add git nodejs npm go make rsync openssh-client-default + # . - 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