Skip to content

Commit

Permalink
added missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb committed Feb 12, 2018
1 parent 9b788ec commit 8bff929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- node_modules
key: v1-dependencies-root-{{ checksum "package.json" }}

- run: sudo wget https://tendermint-packages.interblock.io/centos/7/os/x86_64/RPM-GPG-KEY-Tendermint | apt-key add
- run: sudo wget https://tendermint-packages.interblock.io/centos/7/os/x86_64/RPM-GPG-KEY-Tendermint | sudo apt-key add
- run: sudo wget -O /etc/apt/sources.list.d/tendermint.list https://tendermint-packages.interblock.io/debian/tendermint.list
- run: sudo apt-get update && sudo apt-get install gaia

Expand Down

0 comments on commit 8bff929

Please sign in to comment.