Skip to content

Commit

Permalink
Merge branch 'master' of github.com:semsol/arc2 into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Mar 23, 2020
2 parents 7c16548 + 13279b2 commit 3a3f59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/install-and-init-db.sh
Expand Up @@ -16,7 +16,7 @@ if [ ! -z "${DB}" ]; then

docker pull ${DB}
docker run -it --name=mysqld -d -e MYSQL_ALLOW_EMPTY_PASSWORD=yes -p 3306:3306 ${DB}
sleep 10
sleep 20

mysql() {
docker exec mysqld mysql "${@}"
Expand Down

0 comments on commit 3a3f59a

Please sign in to comment.