Преглед изворни кода

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

Andy Li пре 9 година
родитељ
комит
83a77e0f08
1 измењених фајлова са 1 додато и 1 уклоњено
  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