Skip to content

Commit

Permalink
Replace master with long-term-support in config.yml .
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsha Sura committed Mar 16, 2020
1 parent c31c255 commit cf89236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- deploy:
name: Publish to Maven Central
command: |
if [[ $CIRCLE_BRANCH == master ]]; then
if [[ $CIRCLE_BRANCH == long-term-support ]]; then
make publish-core ;
make publish-telem ;
elif [[ $CIRCLE_TAG == telem-* ]]; then
Expand All @@ -145,7 +145,7 @@ jobs:
name: Check & Publish Binary Size
command: |
binary_path="libtelemetry/build/outputs/aar/libtelemetry-full-release.aar"
if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]]; then
if [[ $CIRCLE_BRANCH == long-term-support ]] || [[ $CIRCLE_BRANCH == release-* ]]; then
./scripts/capture_binary_size_for_aws.sh $binary_path "mapbox-events-android"
else
./scripts/check_binary_size.sh $binary_path "Telemetry-AAR"
Expand Down

0 comments on commit cf89236

Please sign in to comment.