1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

Updated CI

This commit is contained in:
Eldad Fux 2020-09-27 17:46:04 +03:00
parent 9f39f8325f
commit 2baac139e8
2 changed files with 9 additions and 12 deletions

View file

@ -1,11 +1,7 @@
language: php arch:
- amd64
php: os: linux
- '7.4'
addons:
hosts:
- appwrite.test
notifications: notifications:
email: email:
@ -15,10 +11,11 @@ services:
- docker - docker
before_install: before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - - curl -fsSL https://get.docker.com | sh
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" - echo '{"experimental":"enabled"}' | sudo tee /etc/docker/daemon.json
- sudo apt-get update - mkdir -p $HOME/.docker
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce - echo '{"experimental":"enabled"}' | sudo tee $HOME/.docker/config.json
- sudo service docker start
# cache: # cache:
# directories: # directories:

View file

@ -298,7 +298,7 @@ services:
- MYSQL_USER=user - MYSQL_USER=user
- MYSQL_PASSWORD=password - MYSQL_PASSWORD=password
command: 'mysqld --innodb-flush-method=fsync' command: 'mysqld --innodb-flush-method=fsync'
# command: mv /var/lib/mysql/ib_logfile1 /var/lib/mysql/ib_logfile1.bu # command: mv /var/lib/mysql/ib_logfile0 /var/lib/mysql/ib_logfile0.bu && mv /var/lib/mysql/ib_logfile1 /var/lib/mysql/ib_logfile1.bu
maildev: maildev:
image: djfarrelly/maildev image: djfarrelly/maildev