Explorar o código

The part of the core deploy process that lands the change, deploys the theme and builds the zip was commented out. It works fine so it was probably comment for historical debugging purposes and shouldn't have been comitted. (#7075)

Jason Crist %!s(int64=2) %!d(string=hai) anos
pai
achega
5893e04135
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      theme-utils.mjs

+ 3 - 3
theme-utils.mjs

@@ -375,10 +375,10 @@ return;
 		return;
 	}
 
+	await landChanges(diffId);
+	await deployThemes([theme]);
+	await buildComZips([theme]);
 	return;
-	// await landChanges(diffId);
-	// await deployThemes([theme]);
-	// await buildComZips([theme]);
 }