From af00c7a66d052b9ffc5575065f0a8becdd6d5a7a Mon Sep 17 00:00:00 2001 From: Jon Shanks Date: Tue, 6 Feb 2018 10:23:41 +0000 Subject: [PATCH] Updating readme for circleci badge fix circlci --- .circleci/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0de46b..14313ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ workflows: version: 2 run_release: jobs: - - build: + - build - release: filters: tags: diff --git a/README.md b/README.md index 387d3a7..87292e7 100644 --- a/README.md +++ b/README.md @@ -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.