Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

Commit

Permalink
fixing DynamoDB indentation in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaFernee committed Jun 9, 2017
1 parent dd26b10 commit 8f34395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- curl -k -L -o dynamodb-local.tgz http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.tar.gz
- tar -xzf dynamodb-local.tgz
- java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -port 8000:
background: true
background: true

test:
pre:
Expand Down

0 comments on commit 8f34395

Please sign in to comment.