From 3cb5d0ff9fe607d75af101e79101b8142cb99250 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 27 Mar 2020 01:04:44 +0000 Subject: [PATCH] [CORL-970] CircleCI Version Bump (#2893) * feat: bump config version * fix: removed old version tag Co-authored-by: Kim Gardner --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 99cb02d81..eb7babba3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ job_defaults: &job_defaults environment: <<: *job_environment -version: 2 +version: 2.1 jobs: # npm_dependencies will install the dependencies used by all other steps. npm_dependencies: @@ -173,7 +173,6 @@ filter_develop: &filter_develop - next workflows: - version: 2 build-test: jobs: - docker_tests: