Skip to content

Commit

Permalink
add: brew post_install script test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnold-keyvalue committed Aug 18, 2022
1 parent 0ef183e commit 32fb01f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ brews:
tap:
owner: bukukasio
name: homebrew-tools
post_install: |
bash install_cloudsql_proxy.sh
1 change: 1 addition & 0 deletions scripts/install_cloudsql_proxy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "hello-world"

0 comments on commit 32fb01f

Please sign in to comment.