fix: remove mysql conf

pull/9069/head
Luciano Righetti 2023-05-10 16:11:14 +02:00
parent f8762b8fc3
commit a7e59d0e2d
1 changed files with 0 additions and 6 deletions

View File

@ -45,12 +45,6 @@ jobs:
- name: Install mysql client
run: sudo apt-get install -y mysql-client
- name: Write database conf file
run: |
echo "[client]" >> misp.cnf
echo "user=misp" >> misp.cnf
echo "password=misp" >> misp.cnf
- name: Install composer packages
run: composer install --no-interaction --no-progress --no-suggest