File tree Expand file tree Collapse file tree 3 files changed +2
-22
lines changed
Expand file tree Collapse file tree 3 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 8080
8181 - name : Homebrew
8282 env :
83- GH_ACTIONS : " true"
8483 SSH_AUTH_SOCK : /tmp/ssh_agent.sock
8584 run : |
85+ git config --global user.email "no-reply@autocloud.dev"
86+ git config --global user.name "autocloud-deploy-bot"
8687 yarn homebrew
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -186,19 +186,12 @@ async function updateCgNodeFormula(brewDir) {
186186 console . log ( `done updating cg-node Formula in ${ formulaPath } ` )
187187}
188188
189- async function setupGit ( ) {
190- const githubSetupPath = path . join ( __dirname , '_github_setup' )
191- await execa ( githubSetupPath )
192- }
193-
194189async function updateHomebrew ( ) {
195190 const tmp = path . join ( __dirname , 'tmp' )
196191 const homebrewDir = path . join ( tmp , 'homebrew-tap' )
197192 mkdirp . sync ( tmp )
198193 rm . sync ( homebrewDir )
199194
200- // await setupGit()
201-
202195 console . log (
203196 `cloning https://github.com/cloudgraphdev/homebrew-tap to ${ homebrewDir } `
204197 )
You can’t perform that action at this time.
0 commit comments