shit
This commit is contained in:
parent
6940c8bf7e
commit
4c2d64ef0d
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -21,7 +21,7 @@ if (process.env['CIRCLE_BRANCH'] === 'lts') {
|
|||
}
|
||||
|
||||
|
||||
if (channel.concat('/')) {
|
||||
if (channel.includes('/')) {
|
||||
channel.replace('/', '-')
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue