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 80
80
81
81
- name : Homebrew
82
82
env :
83
- GH_ACTIONS : " true"
84
83
SSH_AUTH_SOCK : /tmp/ssh_agent.sock
85
84
run : |
85
+ git config --global user.email "no-reply@autocloud.dev"
86
+ git config --global user.name "autocloud-deploy-bot"
86
87
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) {
186
186
console . log ( `done updating cg-node Formula in ${ formulaPath } ` )
187
187
}
188
188
189
- async function setupGit ( ) {
190
- const githubSetupPath = path . join ( __dirname , '_github_setup' )
191
- await execa ( githubSetupPath )
192
- }
193
-
194
189
async function updateHomebrew ( ) {
195
190
const tmp = path . join ( __dirname , 'tmp' )
196
191
const homebrewDir = path . join ( tmp , 'homebrew-tap' )
197
192
mkdirp . sync ( tmp )
198
193
rm . sync ( homebrewDir )
199
194
200
- // await setupGit()
201
-
202
195
console . log (
203
196
`cloning https://github.com/cloudgraphdev/homebrew-tap to ${ homebrewDir } `
204
197
)
You can’t perform that action at this time.
0 commit comments