Skip to content

Commit

Permalink
fix: remove change in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dtkhanh-smartosc committed May 7, 2024
1 parent 7ebafa2 commit f2c85ad
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ cd ${SCRIPT_DIR}/cosmos && docker compose build
# Build relayer
cd ${SCRIPT_DIR}/relayer && docker compose build

# Build osmosis
git submodule update --init --recursive
chmod +x ${SCRIPT_DIR}/setup_osmosis.sh
bash ${SCRIPT_DIR}/setup_osmosis.sh
cd ${SCRIPT_DIR}/chains/osmosis/osmosis && make localnet-init



0 comments on commit f2c85ad

Please sign in to comment.