Browse Source

Deploy script: Use aliases when commiting (#4946)

Ben Dwyer 3 năm trước cách đây
mục cha
commit
0d3e6c507d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      theme-utils.mjs

+ 1 - 1
theme-utils.mjs

@@ -243,7 +243,7 @@ async function landChangesSvn(diffId){
 	return await executeOnSandbox(`
 		cd ${sandboxPublicThemesFolder};
 		svn ci -m ${diffId}
-	`, true);
+	`, true, true );
 }
 
 async function getChangedThemes(hash) {