Skip to content
Snippets Groups Projects

Issue #3230507: Create build tests for case where site is using core recommended Composer project

Merged Issue #3230507: Create build tests for case where site is using core recommended Composer project
1 unresolved thread
1 unresolved thread
Compare and Show latest version
2 files
+ 4
13
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -124,7 +124,8 @@ class Updater {
// @todo This should be unique, in order to support parallel runs, or
// multiple sites on the same server. Find a way to make it unique, and
// persistent for the entire lifetime of the update process.
return FileSystem::getOsTemporaryDirectory() . '/.automatic_updates_stage';
$site_id = \Drupal::config('system.site')->get('uuid');
return FileSystem::getOsTemporaryDirectory() . '/.automatic_updates_stage_' . $site_id;
}
/**
Loading