Przeglądaj źródła

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

Andy Li 9 lat temu
rodzic
commit
83a77e0f08
1 zmienionych plików z 1 dodań i 1 usunięć
  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