Browse Source

removes sudo

pull/515/head
Spencer Gibb 6 years ago
parent
commit
e15ce1b8a0
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -16,7 +16,7 @@ jobs: @@ -16,7 +16,7 @@ jobs:
- restore_cache:
key: sc-gateway-{{ .Branch }}
- run:
command: sudo apt-get -y install redis-server
command: apt-get -y install redis-server
- run:
name: "Download dependencies"
command: |

Loading…
Cancel
Save