Skip to content

Update Homebrew #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 29, 2022
Merged

Update Homebrew #61

merged 4 commits into from
Mar 29, 2022

Conversation

ckoning
Copy link
Contributor

@ckoning ckoning commented Mar 29, 2022

Updates configuration for Homebrew:

  • Configure SSH agent with autodeploy bot identity as per Github conventions
  • Update git identity configuration to use autodeploy bot identity
  • Do not explicitly set AWS credential environment variables

@ckoning ckoning requested a review from tyler-dunkel March 29, 2022 17:09
# echo "skipping github setup since not on circle"
# exit
# fi
if [[ "${GH_ACTIONS:-}" != "true" ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think we currently run the github setup stuff. Should we turn that on in the homebrew script? See here: https://github.com/cloudgraphdev/cli/blob/master/release/scripts/homebrew.js#L200

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I missed that the function calling this script is commented out. I'll remove this entirely and we can use the pipeline actions to do the config.

@ckoning ckoning merged commit c8b5c34 into alpha Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants