forked from facebook/rocksdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update branch name to "main" in CircleCI config (facebook#8726)
Summary: Pull Request resolved: facebook#8726 Reviewed By: jay-zhuang Differential Revision: D30675182 Pulled By: ltamasi fbshipit-source-id: d5746931f6d942ed3a9d21325335cfc9e111a7f3
- Loading branch information
1 parent
f756448
commit 2e09a54
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ orbs: | |
slack: circleci/[email protected] | ||
|
||
aliases: | ||
- ¬ify-on-master-failure | ||
- ¬ify-on-main-failure | ||
fail_only: true | ||
only_for_branches: master | ||
only_for_branches: main | ||
|
||
commands: | ||
install-pyenv-on-macos: | ||
|
@@ -60,7 +60,7 @@ commands: | |
|
||
post-steps: | ||
steps: | ||
- slack/status: *notify-on-master-failure | ||
- slack/status: *notify-on-main-failure | ||
- store_test_results: # store test result if there's any | ||
path: /tmp/test-results | ||
- store_artifacts: # store LOG for debugging if there's any | ||
|
@@ -801,7 +801,7 @@ workflows: | |
filters: | ||
branches: | ||
only: | ||
- master | ||
- main | ||
jobs: | ||
- build-format-compatible | ||
- build-linux-arm-test-full |