Skip to content

Commit

Permalink
refactor: rename file setup osmosis
Browse files Browse the repository at this point in the history
  • Loading branch information
dtkhanh-smartosc committed May 7, 2024
1 parent a77bfcb commit 7ebafa2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cp $SCRIPT_DIR/../scripts/start.sh $SCRIPT_DIR/../osmosis/scripts/start.sh
cp $SCRIPT_DIR/../scripts/stop.sh $SCRIPT_DIR/../osmosis/scripts/stop.sh

# Update scripts run docker
rm $SCRIPT_DIR/../osmosis/tests/localosmosis/scripts/setup.sh && cp $SCRIPT_DIR/../scripts/setup.sh $SCRIPT_DIR/../osmosis/tests/localosmosis/scripts/setup.sh
rm $SCRIPT_DIR/../osmosis/tests/localosmosis/scripts/setup.sh && cp $SCRIPT_DIR/../scripts/setup_osmosis_local.sh $SCRIPT_DIR/../osmosis/tests/localosmosis/scripts/setup.sh

# Update docker-compose.yml
rm $SCRIPT_DIR/../osmosis/tests/localosmosis/docker-compose.yml && cp $SCRIPT_DIR/../configuration/docker-compose.yml $SCRIPT_DIR/../osmosis/tests/localosmosis/docker-compose.yml
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "║$(printf ' %.0s' $(seq 1 $((($title_length - ${#title}) / 2))))$title$(
echo "$(printf '═%.0s' $(seq 1 $((title_length + 2))))"

set_up_osmosis() {
bash ${SCRIPT_DIR}/chains/osmosis/scripts/setup_osmosis.sh || return 1
bash ${SCRIPT_DIR}/chains/osmosis/scripts/setup_submodule_osmosis.sh || return 1
return 0
}

Expand Down

0 comments on commit 7ebafa2

Please sign in to comment.