Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #161 from nearform/bs-badge
Browse files Browse the repository at this point in the history
Fix browserstack build id
  • Loading branch information
lpww committed Mar 7, 2019
2 parents dcbad0a + a78ccbe commit cd99c39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
BROWSERSTACK_PARALLEL_RUNS: '5'
BROWSERSTACK_USE_AUTOMATE: '1'
BROWSERSTACK_PROJECT_NAME: 'react-browser-hooks'
BROWSERSTACK_BUILD_ID: '$CIRCLE_BRANCH'
steps:
- run:
name: setup dynamic environment variables
command: |
echo 'export BROWSERSTACK_BUILD_ID="$CIRCLE_BRANCH"' >> $BASH_ENV
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
Expand Down

0 comments on commit cd99c39

Please sign in to comment.