Skip to content

Commit

Permalink
chore(ci): Fix mising env variable interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
the-spyke committed Jul 27, 2020
1 parent ef642e0 commit 76fb528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ commands:
name: Create Yarn cache directory
command: |
YARN_CACHE_FOLDER="$(pwd)/yarn_cache"
echo "export YARN_CACHE_FOLDER=\"YARN_CACHE_FOLDER\"" >> $BASH_ENV
echo "export YARN_CACHE_FOLDER=\"${YARN_CACHE_FOLDER}\"" >> $BASH_ENV
mkdir $YARN_CACHE_FOLDER
- restore_cache:
name: Restore Yarn cache
Expand Down

0 comments on commit 76fb528

Please sign in to comment.