File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,6 @@ jobs:
164164 - name : Tap FusionAuth Homebrew formulae
165165 run : brew tap sonderformat-llc/fusionauth
166166
167- # Install FusionAuth Search with brew.
168- - name : Install FusionAuth Search
169- run : brew install fusionauth-search -v
170-
171167 # Install FusionAuth App with brew.
172168 - name : Install FusionAuth App
173169 run : brew install fusionauth-app -v
@@ -180,10 +176,6 @@ jobs:
180176 echo "fusionauth-app.silent-mode=true" >> $(brew --prefix)/etc/fusionauth/fusionauth.properties
181177 cat $(brew --prefix)/etc/fusionauth/fusionauth.properties
182178
183- # Start FusionAuth Search.
184- - name : Start FusionAuth Search
185- run : brew services start fusionauth-search -v
186-
187179 # Start FusionAuth App.
188180 - name : Start FusionAuth App
189181 run : brew services start fusionauth-app -v
Original file line number Diff line number Diff line change @@ -119,10 +119,6 @@ jobs:
119119 - name : Tap FusionAuth Homebrew formulae
120120 run : brew tap sonderformat-llc/fusionauth
121121
122- # Install FusionAuth Search with brew.
123- - name : Install FusionAuth Search
124- run : brew install fusionauth-search -v
125-
126122 # Install FusionAuth App with brew.
127123 - name : Install FusionAuth App
128124 run : brew install fusionauth-app -v
@@ -135,10 +131,6 @@ jobs:
135131 echo "fusionauth-app.silent-mode=true" >> $(brew --prefix)/etc/fusionauth/fusionauth.properties
136132 cat $(brew --prefix)/etc/fusionauth/fusionauth.properties
137133
138- # Start FusionAuth Search.
139- - name : Start FusionAuth Search
140- run : brew services start fusionauth-search -v
141-
142134 # Start FusionAuth App.
143135 - name : Start FusionAuth App
144136 run : brew services start fusionauth-app -v
You can’t perform that action at this time.
0 commit comments