Merge pull request #99 from cloudskiff/brew-bump-circleci
Homebrew bump driftctl formula CircleCImain
commit
dafa22e99e
|
@ -60,6 +60,14 @@ jobs:
|
|||
name: "Update Lambda version"
|
||||
command: |
|
||||
aws lambda update-function-configuration --function-name $FUNCTION_NAME --environment "{\"Variables\":{\"LATEST_VERSION\":\"$CIRCLE_TAG\"}}"
|
||||
bump-homebrew-core:
|
||||
macos:
|
||||
xcode: 12.3.0
|
||||
steps:
|
||||
- run:
|
||||
name: "Bump driftctl formula"
|
||||
command: |
|
||||
brew bump-formula-pr --dry-run driftctl --url https://github.com/cloudskiff/driftctl/archive/$CIRCLE_TAG.tar.gz
|
||||
workflows:
|
||||
pullrequest:
|
||||
jobs:
|
||||
|
@ -108,3 +116,12 @@ workflows:
|
|||
only: /^v.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
- bump-homebrew-core:
|
||||
context: driftctl-homebrew
|
||||
requires:
|
||||
- release
|
||||
filters:
|
||||
tags:
|
||||
only: /^v.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
|
|
Loading…
Reference in New Issue