From 4c2d64ef0dc9522548a0d62628c72224a6a042fe Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Mon, 2 May 2022 05:18:01 +0100 Subject: [PATCH] shit --- .circleci/config.yml | 3 +-- resources/circle.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 91941e53..c0038416 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,6 @@ jobs: executor: cider-ci steps: - checkout - - run: ls -la - run: name: Set App Version command: echo "export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)" >> $BASH_ENV @@ -27,7 +26,7 @@ jobs: keys: - yarn-packages-{{ checksum "cider.lock" }} - run: - name: Install Dependencies + name: Install Node Dependencies command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn - save_cache: name: Save Yarn Package Cache diff --git a/resources/circle.js b/resources/circle.js index 8a4a2ccb..e6349ff5 100644 --- a/resources/circle.js +++ b/resources/circle.js @@ -21,7 +21,7 @@ if (process.env['CIRCLE_BRANCH'] === 'lts') { } -if (channel.concat('/')) { +if (channel.includes('/')) { channel.replace('/', '-') }