Skip to content

Commit

Permalink
Fixed CircleCI script for buck release (facebook#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinlin Zhang authored Jun 17, 2020
1 parent e7d99ad commit b95de0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,8 @@ jobs:
image: ubuntu-1604:201903-01
steps:
- checkout
- run:
<<: *install_python
- run:
name: Upgrade pip
command: python3 -m pip install --upgrade pip
Expand Down Expand Up @@ -1258,3 +1260,9 @@ workflows:
only: /^v20.*/
branches:
ignore: /.*/
- windows_publish_release:
filters:
tags:
only: /^v20.*/
branches:
ignore: /.*/

0 comments on commit b95de0b

Please sign in to comment.