From 828719085ec9d3f6915206893664cac6c13e055e Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Tue, 16 Jul 2019 20:03:27 +0300 Subject: [PATCH] Temporarily remove audit CI job --- .circleci/config.yml | 1 - CHANGELOG.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba44aee3..2b0fe56c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -99,4 +99,3 @@ workflows: - format - test - build - - audit diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b097ed..391d95b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX +- [fix] temporarily remove audit CI job. + [#1136](https://github.com/sharetribe/flex-template-web/pull/1136) - [change] Update outdated dependencies. This includes updating lodash to fix the security issue. [#1135](https://github.com/sharetribe/flex-template-web/pull/1135)