From 24c121a9ef229870f54de487de01c15a15ebbff1 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 31 Jul 2023 18:31:03 +0200 Subject: ref: Move some bin from img to lens --- .builds/alpine.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.builds/alpine.yml') diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 3533b2d..0e3dbe9 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -6,7 +6,7 @@ packages: - sqlite-dev sources: - - https://git.sr.ht/~gabrielgio/img + - https://git.sr.ht/~gabrielgio/lens - https://github.com/valyala/quicktemplate.git tasks: - setup: | @@ -14,7 +14,7 @@ tasks: go build -o bin/qtc ./qtc/main.go sudo mv bin/qtc /usr/bin/ - build: | - cd img + cd lens make triggers: - action: email -- cgit v1.2.3