Skip to content

Commit

Permalink
remove unused env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarmanz committed Jul 28, 2022
1 parent c933180 commit 184fa06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,7 @@ jobs:
command: |
circle-android wait-for-boot
- run:
command: |
export APPLITOOLS_API_KEY=${APPLITOOLS_KEY}
export APPLITOOLS_BATCH_ID=${CIRCLE_SHA1}
bazel test --define=APPLITOOLS_KEY=${APPLITOOLS_API_KEY} --define=APPLITOOLS_BATCH_ID=${APPLITOOLS_BATCH_ID} --remote_header=x-buildbuddy-api-key=${BUILDBUDDY_API_KEY} --config=skip-ios --config=ci -- //android/demo:android_instrumentation_test
- run: bazel test --define=APPLITOOLS_KEY=${APPLITOOLS_API_KEY} --define=APPLITOOLS_BATCH_ID=${CIRCLE_SHA1} --remote_header=x-buildbuddy-api-key=${BUILDBUDDY_API_KEY} --config=ci -- //android/demo:android_instrumentation_test

- store_artifacts:
path: screenshots
Expand Down

0 comments on commit 184fa06

Please sign in to comment.