diff options
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |