diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-01 09:27:04 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-01 09:27:04 -0400 |
commit | 5592232eaef0d181539ce74ce739623f56636f5b (patch) | |
tree | 2338e43a8709f69cd6f35b4e664840f8e13a9758 | |
parent | fa5ab91ac839dc83369ae98d44a424b95b54330b (diff) |
Place proper go and hut packages inside build config file
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,8 @@ image: alpine/latest oauth: pages.sr.ht/PAGES:RW packages: +- go +- hut - ruby-full - ruby-dev environment: @@ -8,8 +10,6 @@ site: 1mb.club sources: - https://git.sr.ht/~bt/1mb-club tasks: -- install-dependencies: | - sudo apk add go hut - install-bundler: | sudo gem install bundler - build: | |