mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 15:33:47 +00:00
changing from bash to sh
This commit is contained in:
parent
e660dc1481
commit
8df9f35976
1 changed files with 2 additions and 2 deletions
|
|
@ -120,8 +120,8 @@ services:
|
||||||
environment:
|
environment:
|
||||||
RPC_URL: "http://bootnode:8545" # Pointing to the Geth bootnode
|
RPC_URL: "http://bootnode:8545" # Pointing to the Geth bootnode
|
||||||
command: >
|
command: >
|
||||||
bash -c "forge compile &&
|
sh -c "forge compile &&
|
||||||
forge script scripts/DeployScripts.s.sol:DeployScript --rpc-url '$RPC_URL' --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast --chain-id 17864 -vvvv"
|
forge script scripts/DeployScripts.s.sol:DeployScript --rpc-url '$RPC_URL' --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast --chain-id 17864 -vvvv || echo 'Script execution failed'"
|
||||||
depends_on:
|
depends_on:
|
||||||
- bootnode
|
- bootnode
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue