Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
squash! add sleep coommand after wait command
Browse files Browse the repository at this point in the history
  • Loading branch information
mumarkhan999 committed Oct 11, 2023
1 parent 6c642f7 commit f3c72cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,8 @@ dev.dbcopyall8: ## Clean mysql80 container and copy data from old mysql 5.7 cont
$(MAKE) dev.remove-containers.mysql80
docker volume rm devstack_mysql80_data
$(MAKE) dev.up.mysql57+mysql80
sleep 10
$(MAKE) dev.wait-for.mysql57+mysql80
sleep 10
docker compose exec -T mysql80 mysql -uroot mysql < provision-mysql80.sql
$(MAKE) $(_db_copy8_targets)
$(MAKE) stop
Expand Down

0 comments on commit f3c72cd

Please sign in to comment.