From 54247a35733947852a7e7c5ce948bf4965a69a54 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 22 Nov 2020 16:34:53 -0700 Subject: chore: fix build manifest --- .builds/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.builds/test.yml b/.builds/test.yml index a058498..4c6c5b0 100644 --- a/.builds/test.yml +++ b/.builds/test.yml @@ -1,6 +1,5 @@ -image: alpine:latest +image: alpine/latest sources: - https://git.src.ht/~mokha/data-storage-api-ruby tasks: - - test: | - ./bin/test + - test: ./bin/test -- cgit v1.2.3