mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-25 18:31:46 -05:00
workflows removed useless chown and chmod
This commit is contained in:
@@ -71,9 +71,6 @@ jobs:
|
||||
run: |
|
||||
sudo mv --target-directory=/etc/mysql/mysql.conf.d ./crystal_mysqld.cnf
|
||||
|
||||
sudo chown root:root /etc/mysql/mysql.conf.d/crystal_mysqld.cnf
|
||||
sudo chmod 644 /etc/mysql/mysql.conf.d/crystal_mysqld.cnf
|
||||
|
||||
- name: MySQL initialize crystal_client.cnf configuration (global)
|
||||
working-directory: .github/resources/linux
|
||||
run: >-
|
||||
|
||||
@@ -282,9 +282,6 @@ jobs:
|
||||
run: |
|
||||
sudo mv ./crystal_mysqld_ssl.cnf /etc/mysql/mysql.conf.d/crystal_mysqld.cnf
|
||||
|
||||
sudo chown root:root /etc/mysql/mysql.conf.d/crystal_mysqld.cnf
|
||||
sudo chmod 644 /etc/mysql/mysql.conf.d/crystal_mysqld.cnf
|
||||
|
||||
- name: MySQL initialize crystal_client.cnf configuration (global)
|
||||
working-directory: .github/resources/linux
|
||||
run: >-
|
||||
|
||||
Reference in New Issue
Block a user