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 9c0ed1d commit 3978a95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,10 @@ jobs:
- run:
name: Set branch environment
command: |
echo 'export VITE_BRANCH=${CIRCLE_BRANCH}' >> $BASH_ENV
echo 'export VITE_PROJECT_VERSION=${CIRCLE_SHA1}' >> $BASH_ENV
- run:
name: Check environment variables
command: |
echo VITE_BRANCH=$VITE_BRANCH
echo $VITE_PROJECT_VERSION
- run:
command: yarn build
Expand Down

0 comments on commit 3978a95

Please sign in to comment.