Skip to content

Commit

Permalink
Merge branch 'cudos-dev' into cudos-master
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoykov committed May 20, 2022
2 parents cdbdcd2 + 05235af commit 528f5ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools-bash/upgrade/src/gravity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ source "$WORKING_SRC_DIR/incs/utils-common.sh"

source "$WORKING_SRC_DIR/incs/validate-gravity.sh"

source "$WORKING_SRC_DIR/modules/clean-docker.sh"

source "$WORKING_SRC_DIR/modules/change-contract.sh"

source "$WORKING_SRC_DIR/modules/clean-docker.sh"

source "$WORKING_SRC_DIR/modules/start-orchestrator.sh"

if [ "$action" = "change-contract" ]; then
Expand Down

0 comments on commit 528f5ea

Please sign in to comment.