Remove env flags from stage1 genesis generation scripts
This commit is contained in:
parent
e60a2c1897
commit
8b7326bc99
@ -79,8 +79,6 @@ echo "Calculated allocations for stage 1 chain"
|
||||
docker run -it \
|
||||
-v ./$STAGE1_GENESIS_DIR:/root/.laconicd \
|
||||
-v ./scripts:/scripts \
|
||||
-e CHAINID=$CHAINID \
|
||||
-e STAGE1_MONIKER=$MONIKER \
|
||||
cerc/laconicd:local bash -c "/scripts/genesis.sh"
|
||||
|
||||
# Copy over the genesis file to output folder
|
||||
|
@ -35,8 +35,6 @@ echo "Copied over stage1 allocations json file to mount dir"
|
||||
docker run -it \
|
||||
-v ./$STAGE1_GENESIS_DIR:/root/.laconicd \
|
||||
-v ./scripts:/scripts \
|
||||
-e CHAINID=$CHAINID \
|
||||
-e STAGE1_MONIKER=$MONIKER \
|
||||
cerc/laconicd:local bash -c "/scripts/genesis.sh"
|
||||
|
||||
# Copy over the genesis file to output folder
|
||||
|
@ -56,8 +56,6 @@ echo "Calculated allocations for stage 1 chain"
|
||||
docker run -it \
|
||||
-v ./$STAGE1_GENESIS_DIR:/root/.laconicd \
|
||||
-v ./scripts:/scripts \
|
||||
-e CHAINID=$CHAINID \
|
||||
-e STAGE1_MONIKER=$MONIKER \
|
||||
cerc/laconicd:local bash -c "/scripts/genesis.sh"
|
||||
|
||||
# Copy over the genesis file to output folder
|
||||
|
@ -63,8 +63,6 @@ echo "Calculated allocations for stage 1 chain"
|
||||
docker run -it \
|
||||
-v ./$STAGE1_GENESIS_DIR:/root/.laconicd \
|
||||
-v ./scripts:/scripts \
|
||||
-e CHAINID=$CHAINID \
|
||||
-e STAGE1_MONIKER=$MONIKER \
|
||||
cerc/laconicd:local bash -c "/scripts/genesis.sh"
|
||||
|
||||
# Copy over the genesis file to output folder
|
||||
|
Loading…
Reference in New Issue
Block a user