Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Jul 7, 2021
1 parent 4e6bc3e commit da9d8b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,10 @@ jobs:
name: Set branch environment
command: |
echo $CIRCLE_BRANCH
echo 'export REACT_APP_BRANCH=$CIRCLE_BRANCH' >> $BASH_ENV
echo $REACT_APP_BRANCH
echo 'export REACT_APP_BRANCH=${CIRCLE_BRANCH}' >> $BASH_ENV
- run:
name: Check branch environment
command: echo $REACT_APP_BRANCH
- run:
command: << parameters.BUILD_ENV >> npm run build
- persist_to_workspace:
Expand Down

0 comments on commit da9d8b9

Please sign in to comment.