mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:47:03 +00:00
diff mandatory files
This commit is contained in:
@@ -253,7 +253,7 @@ class Diff
|
||||
|
||||
process.chdir(buildPath);
|
||||
|
||||
let fileList = [];
|
||||
let fileList = upgradeData.mandatoryFiles || [];
|
||||
|
||||
let stdout = cp.execSync('git diff --name-only ' + versionFrom).toString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user