mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-17 05:28:24 +00:00
CircleCI: add missing "
This commit is contained in:
parent
2dbe067988
commit
8ea630f493
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
- run:
|
||||
name: Setup env
|
||||
command: |
|
||||
export BUILD_TYPE_LOWER="$(tr '[:upper:]' '[:lower:]' <<< ${BUILD_TYPE:0:1}${BUILD_TYPE:1})
|
||||
export BUILD_TYPE_LOWER="$(tr '[:upper:]' '[:lower:]' <<< ${BUILD_TYPE:0:1}${BUILD_TYPE:1})"
|
||||
export FLAVOR1_LOWER="$(tr '[:upper:]' '[:lower:]' <<< ${FLAVOR1:0:1}${FLAVOR1:1})"
|
||||
export FLAVOR2_LOWER="$(tr '[:upper:]' '[:lower:]' <<< ${FLAVOR2:0:1}${FLAVOR2:1})"
|
||||
- restore_cache:
|
||||
|
|
Loading…
Add table
Reference in a new issue