Skip to content
Snippets Groups Projects
Commit d0c62f51 authored by Zoltan Horvath's avatar Zoltan Horvath
Browse files

ISAICP-9076: Set releases being changed as syncing

parent 6cc9a3f1
No related branches found
No related tags found
1 merge request!188Patch release v1.112.3
...@@ -49,6 +49,7 @@ function joinup_core_deploy_111300(): string { ...@@ -49,6 +49,7 @@ function joinup_core_deploy_111300(): string {
} }
$release->skip_notification = TRUE; $release->skip_notification = TRUE;
$release $release
->setSyncing(TRUE)
->set('release_number', 'no-version') ->set('release_number', 'no-version')
->set('path', ['pathauto' => PathautoState::CREATE]) ->set('path', ['pathauto' => PathautoState::CREATE])
->save(); ->save();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment