Skip to content

Commit

Permalink
feat(ci): add redis sidecar container
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Dec 18, 2017
1 parent 04cf0cb commit bc9908a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
PROJECT_ID: datastore-wrapper
- image: google/cloud-sdk:178.0.0
command: ['gcloud', '--project=datastore-wrapper', 'beta', 'emulators', 'datastore', 'start', '--host-port=localhost:8081', '--no-store-on-disk', '--consistency=1.0']
- image: redis:alpine
steps:
- checkout

Expand Down

0 comments on commit bc9908a

Please sign in to comment.