From 15ed579bc0c136501b8801e236c51f3f5ae15e9a Mon Sep 17 00:00:00 2001 From: Core Date: Thu, 25 Aug 2022 19:11:26 +0100 Subject: [PATCH] pls --- .circleci/config.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba1ba2c2..0834539b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,19 +12,17 @@ orbs: # Add orbs to your configuration # The jobs for this project jobs: prepare-build: - docker: - - image: cimg/node:lts-browsers - working_directory: ~/Cider + executor: cider-ci steps: - checkout - run: name: Fetch Application Version - command: sudo chmod +x resources/version.sh && ./resources/version.sh || true + command: ./resources/version.sh || true - restore_cache: key: dependency-cache-{{ checksum "pnpm-lock.yaml" }} - run: name: Clear node_airtunes2 cache - command: sudo rm -rf ~/.pnpm-store/tmp/cf5bc2de2629636ca224995234b8eaa1 || true + command: rm -rf ~/.pnpm-store/tmp/cf5bc2de2629636ca224995234b8eaa1 || true - run: name: Install Node Dependencies command: pnpm install --frozen-lockfile @@ -121,10 +119,8 @@ jobs: - store_artifacts: path: ~/Cider/dist/artifacts - run: - name: Run Version Script - command: | - sudo chmod +x resources/version.sh && ./resources/version.sh || true - echo "export APP_VERSION=$(node -p -e 'require("./package.json").version')" >>$BASH_ENV + name: Fetch Version + command: echo "export APP_VERSION=$(node -p -e 'require("./package.json").version')" >>$BASH_ENV - run: name: Publish Release command: |