updated config to use mysql 5.7 container (#25362)

This commit is contained in:
Aarif
2020-10-29 21:51:39 +05:00
committed by GitHub
parent efc04e3399
commit 1a31236404
7 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ jobs:
with:
time: '900s'
- name: Dump database
run: docker exec -i edx.devstack.mysql mysqldump -u'edxapp001' -p'password' --skip-dump-date edxapp > edxapp.sql
run: docker exec -i edx.devstack.mysql57 mysqldump -u'edxapp001' -p'password' --skip-dump-date edxapp > edxapp.sql
- name: Commit dump file to repo.
run: ./.github/workflows/mysqldbdump_pr.sh
env: