Skip to content

Commit

Permalink
Correct install.sh outside CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Feb 15, 2023
1 parent 4f76f84 commit 4b9cccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ build_all()
create_from_github libbitcoin libbitcoin-network version3 "yes"
build_from_github libbitcoin-network "$PARALLEL" false "yes" "${BITCOIN_NETWORK_OPTIONS[@]}" "$@"
if [[ ! ($CI == true) ]]; then
create_from_github libbitcoin libbitcoin-node version3
create_from_github libbitcoin libbitcoin-node version3 "yes"
build_from_github libbitcoin-node "$PARALLEL" true "yes" "${BITCOIN_NODE_OPTIONS[@]}" "$@"
else
push_directory "$PRESUMED_CI_PROJECT_PATH"
Expand Down

0 comments on commit 4b9cccb

Please sign in to comment.