Skip to content

Commit 13aceae

Browse files
authored
Merge pull request #563 from pmienk/version3
Correct install.sh outside CI.
2 parents 358c529 + 2b5d672 commit 13aceae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ build_all()
809809
create_from_github libbitcoin libbitcoin-protocol version3 "yes"
810810
build_from_github libbitcoin-protocol "$PARALLEL" false "yes" "${BITCOIN_PROTOCOL_OPTIONS[@]}" "$@"
811811
if [[ ! ($CI == true) ]]; then
812-
create_from_github libbitcoin libbitcoin-server version3
812+
create_from_github libbitcoin libbitcoin-server version3 "yes"
813813
build_from_github libbitcoin-server "$PARALLEL" true "yes" "${BITCOIN_SERVER_OPTIONS[@]}" "$@"
814814
else
815815
push_directory "$PRESUMED_CI_PROJECT_PATH"

0 commit comments

Comments
 (0)