Skip to content

Commit

Permalink
chore: fix vite_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Sep 21, 2024
1 parent c236d27 commit e7a4c7a
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 @@ -291,7 +291,7 @@ jobs:
- run:
name: Set branch environment
command: |
echo 'export REACT_APP_BRANCH=${VITE_BRANCH}' >> $BASH_ENV
echo 'export VITE_BRANCH=${CIRCLE_BRANCH}' >> $BASH_ENV
echo 'export VITE_PROJECT_VERSION=${CIRCLE_SHA1}' >> $BASH_ENV
- run:
name: Check environment variables
Expand Down

0 comments on commit e7a4c7a

Please sign in to comment.