gabrielgio.me @ a1df6513ecf317d937f7b5d76f73e2f4e3edd542

chore: Remove unnecessary step

Since `openring` is now present on 3.18 repo I can remove its
installation stop.
 1diff --git a/.build.yml b/.build.yml
 2index 90017159d46fc3052cc5b3641f7a7c820344de03..fbf62265ff8b0c3e89bbea657c4a820a745fadd1 100644
 3--- a/.build.yml
 4+++ b/.build.yml
 5@@ -1,13 +1,11 @@
 6 image: alpine/latest
 7 packages:
 8   - rsync
 9-  - go
10   - hugo
11-  - make
12+  - openring
13 
14 sources:
15   - https://git.sr.ht/~gabrielgio/gabrielgio.me
16-  - https://git.sr.ht/~sircmpwn/openring
17 
18 secrets:
19   - 008c4f67-b864-47f8-9790-cd32f2ae8516
20@@ -17,10 +15,6 @@ environment:
21   deploy: builds@gabrielgio.me
22 
23 tasks:
24-  - openring: |
25-      cd openring
26-      go build -o openring
27-      sudo cp openring /usr/local/bin/
28   - build: |
29       cd gabrielgio.me
30       make
31@@ -28,5 +22,3 @@   - deploy: |
32       cd gabrielgio.me
33       sshopts="ssh -o StrictHostKeyChecking=no"
34       rsync --rsh="$sshopts" -rP public/* $deploy:/var/www/gabrielgio.me/
35-
36-