mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix migration
This commit is contained in:
parent
2d6bf94bef
commit
f31b28c8a3
1
.github/workflows/php-mysql.yml
vendored
1
.github/workflows/php-mysql.yml
vendored
|
|
@ -193,6 +193,7 @@ jobs:
|
|||
# Ensure we catch errors. Set this to +e if you want to go to the end to see log files.
|
||||
set -e
|
||||
cd /var/www/html/install
|
||||
sudo chmod -R a+rwx $GITHUB_WORKSPACE
|
||||
php upgrade.php 3.5.0 3.6.0 ignoredbversion > $GITHUB_WORKSPACE/upgrade350360.log
|
||||
php upgrade2.php 3.5.0 3.6.0 > $GITHUB_WORKSPACE/upgrade350360-2.log
|
||||
php step5.php 3.5.0 3.6.0 > $GITHUB_WORKSPACE/upgrade350360-3.log
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user