mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-16 14:57:54 +00:00
Dist-test failure due to argument name change (#451)
This commit is contained in:
parent
66b5f23b65
commit
219c7704b9
@ -123,9 +123,8 @@ if [ -n "$ETH_ACCOUNT" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$ETH_MARKETPLACE_ADDRESS" ]; then
|
if [ -n "$ETH_MARKETPLACE_ADDRESS" ]; then
|
||||||
# Remove this as soon as CLI option is available:
|
echo "Marketplace address: $ETH_MARKETPLACE_ADDRESS"
|
||||||
echo "{\"contracts\": { \"Marketplace\": { \"address\": \""$ETH_MARKETPLACE_ADDRESS"\" } } }" > /root/marketplace_address.json
|
args="$args --marketplace-address=$ETH_MARKETPLACE_ADDRESS"
|
||||||
args="$args --eth-deployment=/root/marketplace_address.json"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$SIMULATE_PROOF_FAILURES" ]; then
|
if [ -n "$SIMULATE_PROOF_FAILURES" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user