Explorar el Código

[CI] haxe-output: do not put date in the branch name since ":" is not valid for that

Andy Li hace 9 años
padre
commit
83a77e0f08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/RunCi.hx

+ 1 - 1
tests/RunCi.hx

@@ -617,7 +617,7 @@ class RunCi {
 
 		var haxe_output = Path.join([repoDir, "haxe-output"]);
 		var gitInfo = gitInfo;
-		var haxe_output_branch = gitInfo.date + "_" + gitInfo.commit;
+		var haxe_output_branch = gitInfo.commit;
 
 		function save() {
 			// prepare haxe-output repo