Skip to content

Commit

Permalink
Merge pull request #2 from appvia/fix_readme
Browse files Browse the repository at this point in the history
Updating readme for circleci badge
  • Loading branch information
Jonathan shanks authored Feb 6, 2018
2 parents 7985053 + af00c7a commit a422a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workflows:
version: 2
run_release:
jobs:
- build:
- build
- release:
filters:
tags:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aws_usersync

[![Build_Status](https://circleci.com/gh/Appvia/aws_usersync.svg?style=svg)](https://circleci.com/gh/Appvia/aws_usersync)
[![Build_Status](https://circleci.com/gh/appvia/aws_usersync.svg?style=svg)](https://circleci.com/gh/appvia/aws_usersync)

This is used for syncing users from AWS to the local machine as well as their user key. It runs as a daemon and polls with whatever interval you define. By default it is set to run only once and exit, but this can be overriden.

Expand Down

0 comments on commit a422a70

Please sign in to comment.