diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-22 16:53:29 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-22 16:53:29 -0700 |
| commit | ca313cf4a754961669a4c5368a3b68db8a922b85 (patch) | |
| tree | 2f06d7f5f048c8d14d04fc606ff0a180aeba615d | |
| parent | b780d59985f376e7ae31a1688fcf0b8aad674c5b (diff) | |
chore: use sudo
| -rw-r--r-- | .builds/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/test.yml b/.builds/test.yml index 2fb91f6..3599197 100644 --- a/.builds/test.yml +++ b/.builds/test.yml @@ -5,5 +5,5 @@ sources: - git@git.sr.ht/~mokha/data-storage-api-ruby tasks: - test: | - apk add ruby + sudo apk add ruby ./bin/test |
