summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-22 16:58:00 -0700
committermo khan <mo.khan@gmail.com>2020-11-22 16:58:00 -0700
commit8fb13ba37d9e3d29c8922558b2b2e592865e1c3a (patch)
treeaa5f4e0df17d34c17ba8a590211e4b5d9cbcaae1
parent7b2cbdb716e4a4ae56e8fa24a132e60d97528eec (diff)
chore: run script as sudo
-rw-r--r--.builds/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/test.yml b/.builds/test.yml
index 2636104..fcc048a 100644
--- a/.builds/test.yml
+++ b/.builds/test.yml
@@ -9,4 +9,4 @@ tasks:
ls -alh .
pwd
cd data-storage-api-ruby
- ./bin/test
+ sudo sh bin/test