From 43fa4cd380892d565770c0ea62d51e318c49f7ef Mon Sep 17 00:00:00 2001 From: Purwa Shrivastava Date: Fri, 11 Nov 2022 14:48:15 +0100 Subject: [PATCH] fix: Environment Setup not needed for deploy --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f490501..0de22aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,10 +65,6 @@ jobs: <<: *defaults steps: - checkout - - run: - name: Setup environment - command: | - ./.circleci/upgrade-node.sh - attach_workspace: at: ~/qlik-smart-pivot - run: