Skip to content

Commit

Permalink
Merge pull request #538 from pmienk/version3
Browse files Browse the repository at this point in the history
Correct install.sh outside CI.
  • Loading branch information
pmienk authored Feb 15, 2023
2 parents 2266e05 + a23d71c commit 6926a92
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 @@ -790,7 +790,7 @@ build_all()
create_from_github libbitcoin libbitcoin-consensus version3 "$WITH_BITCOIN_CONSENSUS"
build_from_github libbitcoin-consensus "$PARALLEL" false "$WITH_BITCOIN_CONSENSUS" "${BITCOIN_CONSENSUS_OPTIONS[@]}" "$@"
if [[ ! ($CI == true) ]]; then
create_from_github libbitcoin libbitcoin-blockchain version3
create_from_github libbitcoin libbitcoin-blockchain version3 "yes"
build_from_github libbitcoin-blockchain "$PARALLEL" true "yes" "${BITCOIN_BLOCKCHAIN_OPTIONS[@]}" "$@"
else
push_directory "$PRESUMED_CI_PROJECT_PATH"
Expand Down

0 comments on commit 6926a92

Please sign in to comment.