-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alter scripts to enable ubuntu installs
* also adds ability to choose team backlog when running `story` [#175061677] Co-authored-by: Seth Boyles <[email protected]> Co-authored-by: Harsha Nandiwada <[email protected]> Co-authored-by: Teal Stannard <[email protected]> Co-authored-by: Chris Selzo <[email protected]> Co-authored-by: Sarah Weinstein <[email protected]>
- Loading branch information
1 parent
9f31b1a
commit 41444ef
Showing
28 changed files
with
1,360 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,12 @@ tap 'buildpacks/tap' | |
|
||
# Core utilities | ||
brew 'git' | ||
brew 'lastpass-cli' | ||
brew 'wget' | ||
brew 'coreutils' | ||
brew 'direnv' | ||
|
||
# Core services | ||
brew 'docker', overwrite: true, link: true | ||
brew 'mysql' | ||
brew '[email protected]', restart_service: true, link: true | ||
|
||
# Kubernetes binaries | ||
brew 'kubernetes-cli' | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.