From 6d8d81b6a0baba69aabf464899e1545a4c8fa30c Mon Sep 17 00:00:00 2001 From: LekoArts Date: Wed, 12 Jan 2022 12:04:01 +0100 Subject: [PATCH] initial --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cddf2e14526ea..373d751bbb49a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -192,7 +192,6 @@ jobs: - <<: *restore_cache - <<: *install_node_modules - <<: *check_lockfile - - <<: *validate_renovate - <<: *persist_cache - run: yarn bootstrap -- concurrency=2 # Persist the workspace again with all packages already built