Skip to content

Commit

Permalink
fix(brew): remove bump brew formula (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinz93 committed Feb 10, 2021
1 parent 76294db commit 2e8ee92
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 70 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Expand Up @@ -58,17 +58,6 @@ jobs:
- run: npm install
- run: npm run build:package
- run: npm run semantic-release
bump-brew-formula:
macos:
xcode: '11.0'
steps:
- checkout
- run: git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core" fetch --unshallow
- run: git -C "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask" fetch --unshallow
- run:
name: bump brew formula
command: npm run bump-brew-formula
no_output_timeout: 30m
audit: &audit
docker:
- image: circleci/node:12
Expand Down Expand Up @@ -117,9 +106,3 @@ workflows:
- linux
# - audit
- osx
- bump-brew-formula:
requires:
- release
filters:
branches:
only: master
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -30,12 +30,6 @@

### Installation

Using [homebrew](https://brew.sh):

```sh
brew install contentful-cli
```

Using [npm](https://npmjs.org):

```sh
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,6 @@
"audit": "resolve-audit",
"build:standalone": "pkg --targets node12-macos-x64,node12-linux-x64,node12-win-x64 --out-dir build .",
"build:package": "npm run build:standalone && script/package",
"bump-brew-formula": "script/bump-brew-formula.sh",
"lint": "eslint bin lib test",
"test": "npm run test:coverage",
"test:coverage": "nyc npm run test:unit",
Expand Down
46 changes: 0 additions & 46 deletions script/bump-brew-formula.sh

This file was deleted.

0 comments on commit 2e8ee92

Please sign in to comment.