You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!$contentReleaseIdentifier->equals($concurrentBuildLock)) {
47
55
// the concurrent build lock is different (i.e. newer) than our currently-running content release.
48
56
// Thus, we abort the in-progress content release as quickly as we can - by DYING.
49
57
50
-
echo'!!!!! Hard-aborting the current job ' . $concurrentBuildLock->getIdentifier() . ' because the concurrentBuildLock contains ' . $concurrentBuildLock->getIdentifier() . "\n\n";
58
+
echo'!!!!! Hard-aborting the current job ' . $contentReleaseIdentifier->getIdentifier() . ' because the concurrentBuildLock contains ' . $concurrentBuildLock->getIdentifier() . "\n\n";
51
59
echo"This is no error during deployment, but should never happen outside a deployment.\n\n It can only happen if two prunner instances run concurrently.\n\n";
0 commit comments