Update travis configuration

This commit is contained in:
Vincent Letourneau
2017-07-29 16:30:01 +02:00
parent 2fde0b4dbd
commit c0d72881ff
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ logs:
@docker-compose logs -f
mysql-dump:
@mkdir -p $(MYSQL_DUMPS_DIR) ; make resetOwner
@mkdir -p $(MYSQL_DUMPS_DIR)
@docker exec $(shell docker-compose ps -q mysqldb) mysqldump --all-databases -u"$(MYSQL_ROOT_USER)" -p"$(MYSQL_ROOT_PASSWORD)" > $(MYSQL_DUMPS_DIR)/db.sql
@make resetOwner