Bump driftctl formula step

main
William Beuil 2021-01-11 14:29:19 +01:00
parent 72ebecea8a
commit 08d0422928
No known key found for this signature in database
GPG Key ID: BED2072C5C2BF537
1 changed files with 17 additions and 0 deletions

View File

@ -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: /.*/