Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Aug 17, 2019
1 parent 2168558 commit 384d201
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Expand Up @@ -84,21 +84,6 @@ jobs:
bundle exec rspec
- run:
name: install awscli
command: sudo apt-get update && sudo apt-get install -y awscli groff

- run:
name: configure awscli
command: |
mkdir ~/.aws
cat >~/.aws/config <<EOL
[default]
region = ${AWS_REGION}
output = json
EOL
# collect reports
- store_test_results:
path: /tmp/test-results
Expand Down

0 comments on commit 384d201

Please sign in to comment.