There was an error while loading. Please reload this page.
1 parent dc99214 commit 0b47987Copy full SHA for 0b47987
1 file changed
.studiorc
@@ -136,6 +136,7 @@ _start-builder() {
136
if [[ "$#" -eq 0 ]]; then
137
start-builder datastore
138
configure
139
+ generate_bldr_keys
140
start-builder memcached
141
start-builder api
142
start-builder api-proxy
@@ -146,7 +147,6 @@ _start-builder() {
146
147
configure-minio
148
149
upload_github_keys
- generate_bldr_keys
150
local rv=$?
151
152
echo "Builder Started: Navigate to http://localhost/#/pkgs/core to access the web UI."
0 commit comments