From 7f94b01b9c044df84feeefd7ff997233bdc9471d Mon Sep 17 00:00:00 2001 From: Rajesh <rajesh.kumaravel@tarento.com> Date: Mon, 4 Jul 2022 13:07:22 +0530 Subject: [PATCH] Issue #SB-30303 fix: redirection issue fixed. --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c74117aef..1d5b0d0f8f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,9 +30,6 @@ jobs: - run: name: ignore-engines command: 'yarn config set ignore-engines true' - # - restore_cache: - # name: Restoring cache - # key: dependency-cache-portal-{{ checksum "package.json" }} - run: name: Installing npm deps command: 'yarn install' -- GitLab