Skip to content

Commit 0b47987

Browse files
committed
upload bldr key first
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent dc99214 commit 0b47987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.studiorc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ _start-builder() {
136136
if [[ "$#" -eq 0 ]]; then
137137
start-builder datastore
138138
configure
139+
generate_bldr_keys
139140
start-builder memcached
140141
start-builder api
141142
start-builder api-proxy
@@ -146,7 +147,6 @@ _start-builder() {
146147
configure-minio
147148

148149
upload_github_keys
149-
generate_bldr_keys
150150
local rv=$?
151151

152152
echo "Builder Started: Navigate to http://localhost/#/pkgs/core to access the web UI."

0 commit comments

Comments
 (0)