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:
- restore_cache: - restore_cache:
key: sc-gateway-{{ .Branch }} key: sc-gateway-{{ .Branch }}
- run: - run:
command: sudo apt-get -y install redis-server command: apt-get -y install redis-server
- run: - run:
name: "Download dependencies" name: "Download dependencies"
command: | command: |

Loading…
Cancel
Save