diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-22 16:34:53 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-22 16:34:53 -0700 |
| commit | 54247a35733947852a7e7c5ce948bf4965a69a54 (patch) | |
| tree | 3b96ef077df2771933678f9d8613a12e24945495 | |
| parent | 2cfb3076a7216565fcd3cc3f558a54c6be6877c8 (diff) | |
chore: fix build manifest
| -rw-r--r-- | .builds/test.yml | 5 |
1 files 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 |
